futures-rs v0.3.0-alpha.12 Release Notes

Release Date: 2019-01-15 // over 5 years ago
    • ⚡️ Updated to new nightly with a modification to Pin::set.
    • 🔦 Expose AssertUnmoved and PendingOnce.
    • 🚚 Prevent double-panic in AssertUnmoved.
    • 👌 Support nested invocations of the select! macro.
    • 0️⃣ Implement Default for Mutex and SelectAll.