mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-08 16:56:25 +00:00
Writer fixes
This commit is contained in:
@@ -83,4 +83,12 @@ public class MultiBurst
|
||||
service.execute(o);
|
||||
}
|
||||
}
|
||||
|
||||
public void shutdownNow() {
|
||||
service.shutdownNow().forEach(Runnable::run);
|
||||
}
|
||||
|
||||
public void shutdown() {
|
||||
service.shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user