[][src]Crate lelet

Dynamic task executor.

Inspired by golang runtime.

It is okay to do blocking inside a task, the executor will detect this, and scale the thread pool.

Functions

spawn

Run the task.