Jon Gjengset
1e90e27720
Count in-transit spawned futures to current thread executor as pending ( #478 )
2018-07-24 13:49:01 -07:00
Michal 'vorner' Vaner
84db325628
RunError and few more error types implements Error ( #501 )
...
This allows them to be used with things like `failure`.
2018-07-24 13:27:57 -07:00
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