Crate promises

Source
Expand description

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.