mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-27 02:47:43 +02:00
actix-rt: expose JoinError (#271)
This commit is contained in:
@ -91,7 +91,7 @@ pub mod time {
|
||||
pub mod task {
|
||||
//! Task management (Tokio re-exports).
|
||||
|
||||
pub use tokio::task::{spawn_blocking, yield_now, JoinHandle};
|
||||
pub use tokio::task::{spawn_blocking, yield_now, JoinError, JoinHandle};
|
||||
}
|
||||
|
||||
/// Spawns a future on the current thread.
|
||||
|
Reference in New Issue
Block a user