asynchronous

Asynchronous promises in rust using threads

|Crate|Travis| |:------:|:-------:| ||Build Status|

| API Documentation |

Overview

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.

Project github page

This project is based on the Q Promise library for Node JS .