[][src]Crate juliex

A concurrent executor for Rust futures.

Structs

ThreadPool

A threadpool that futures can be spawned on.

Functions

spawn

Spawn a new future on a threadpool.