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
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