Asynchronous promises in rust using threads
|Crate|Travis|
|:------:|:-------:|
||
|
This library will provide an usefull way to invoke functions (clousures) in a Promise Style. A Promise is a Struct that represents the return value or the error that the funcion produces and it's executed in a separated thread.
This project is based on the Q Promise library for Node JS .