Package net.md_5.bungee.api.scheduler
Interface TaskScheduler.Unsafe
-
- Enclosing interface:
- TaskScheduler
public static interface TaskScheduler.Unsafe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutorService
getExecutorService(Plugin plugin)
An executor service which underlies this scheduler.
-
-
-
Method Detail
-
getExecutorService
ExecutorService getExecutorService(Plugin plugin)
An executor service which underlies this scheduler.- Parameters:
plugin
- owning plugin- Returns:
- the underlying executor service or compatible wrapper
-
-