futures-rs v0.1.10 Release Notes

Release Date: 2017-01-30 // about 7 years ago
    • ➕ Add a new unsync module which mirrors sync to the extent that it can but is intended to not perform cross-thread synchronization (only usable within one thread).
    • 📊 Tweak Shared to work when handles may not get poll'd again.