mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-10 01:36:03 +00:00
Performance!
This commit is contained in:
@@ -39,6 +39,14 @@ public class MultiBurst
|
||||
burst(r.length).queue(r).complete();
|
||||
}
|
||||
|
||||
public void sync(Runnable... r)
|
||||
{
|
||||
for(Runnable i : r)
|
||||
{
|
||||
i.run();
|
||||
}
|
||||
}
|
||||
|
||||
public BurstExecutor burst(int estimate)
|
||||
{
|
||||
return new BurstExecutor(service, estimate);
|
||||
|
||||
Reference in New Issue
Block a user