Allocates a scheduler in the specified effect type and returns the scheduler along with a shutdown task, that when executed, terminates the thread pool used by the scheduler.
Allocates a scheduler in the specified effect type and returns the scheduler along with a shutdown task, that when executed, terminates the thread pool used by the scheduler.
Returns a singleton stream consisting of a Scheduler.
Returns a singleton stream consisting of a Scheduler. The scheduler is shutdown at finalization of the stream.
Creates a scheduler from the specified executor service.
Creates a scheduler from the specified executor service.