mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
Implement Error for a few error types (#511)
This commit is contained in:
committed by
Carl Lerche
parent
4153cc4076
commit
6b1e4ab0a3
@@ -29,8 +29,8 @@ pub struct BlockingError {
|
||||
///
|
||||
/// # Return
|
||||
///
|
||||
/// When the blocking closure is executed, `Ok(T)` is returned, where `T` is the
|
||||
/// closure's return value.
|
||||
/// When the blocking closure is executed, `Ok(Ready(T))` is returned, where
|
||||
/// `T` is the closure's return value.
|
||||
///
|
||||
/// If the thread pool has shutdown, `Err` is returned.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user