Skip to content

Details

future, promise, delay, and deferred refer to constructs used for synchronizing program execution in some concurrent programming languages. They describe an object that acts as a proxy for a result that is initially unknown, usually because the computation of its value is yet incomplete.

This meetup will be a discussion on the use of futures in rust using the futures crate.

https://docs.rs/futures/0.2.1/futures/

Members are also interested in