Expand description

Provides an async blocking pool whose tasks can be cancelled.

Structs§

Enums§

Constants§

Statics§

Functions§

  • Spawn a task to run in the CancellableBlockingPool static executor.
  • Marks all the queued and in-flight tasks as cancelled. Any tasks queued after disarming will be cancelled. Doesn’t not wait for all the tasks to get cancelled.