- Update to
parking_lot
0.7 (#778). - Deprecate
Handle::current()
(#805).
- Reduce log level to trace (#734).
- Bump internal dependency versions (#746).
- Fix panic when reactor is stored in a thread-local (#628).
- Experimental async / await support.
- Use a scalable RW lock (#517)
- Implement std::error::Error for error types (#511)
- Documentation improvements
- Misc small fixes (#508)
- Fix deadlock that can happen when shutting down (#409)
- Handle::default() lazily binds to reactor (#350)
- Fix threading bugs (#227)
- Fix notification bugs (#243)
- Optionally support futures 0.2 (#172)
- Initial release