Roman
7153d8d6ce
Add a verbose error message for EnterError ( #441 )
...
Add a verbose error message for EnterError while trying to run an
executor while another executor is already running.
Fixes : #410
2018-06-21 09:46:45 -07:00
Carl Lerche
c25ea78ec9
Bump version of a number of sub crates ( #414 )
...
This includes:
* tokio-codec (0.1.0)
* tokio-current-thread (0.1.0)
* tokio-fs (0.1.1)
* tokio-io (0.1.7)
* tokio-reactor (0.1.2)
* tokio-udp (0.1.1)
2018-06-13 10:24:56 -07:00
jpbriquet
2cd854c2c7
tokio-current-thread crate ( #370 )
...
Extract `tokio::executor::current_thread` to a tokio-current-thread
crate. Deprecated fns stay in the old location. The new crate only
contains thee most recent API.
2018-06-12 10:26:03 -07:00