Crate promises [] [src]

Promises in Rust. See the Promise struct for more details.

Structs

Promise

A promise is a way of doing work in the background. The promises in this library have the same featureset as those in Ecmascript 5.