Skip to content
This repository was archived by the owner on Jun 21, 2019. It is now read-only.
Prev Previous commit
Next Next commit
Trivial change to bump github
  • Loading branch information
aturon committed Sep 27, 2017
commit c50f6d988dd9ddbc03ce26ace3635e5172e3f0ee
3 changes: 2 additions & 1 deletion tokio-reform.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ it easier to learn and more productive to use. Specifically:
* When running tasks thread-locally (for non-`Send` futures),
provide more fool-proof APIs that help avoid lost wakeups.

* Eventually provide some default thread pools as well (out of scope for this RFC).
* Eventually provide some default thread pools as well (out of scope for this
RFC).

* Similarly, decouple timer futures from Tokio, providing functionality instead
through a new `futures-timer` crate.
Expand Down