thread-future 0.1.0

A future that represents a thread's execution, allowing you to poll it and ask it to cancel.
Documentation
1
2
3
mod thread_future;

pub use thread_future::*;