mirror of
https://github.com/actix/actix-web.git
synced 2025-03-09 21:11:23 +00:00
parent
12b5174850
commit
37f4ce8604
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ where
|
||||||
RT.with(move |rt| rt.borrow_mut().get_mut().block_on(f.into_future()))
|
RT.with(move |rt| rt.borrow_mut().get_mut().block_on(f.into_future()))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Runs the provided function, blocking the current thread until the resul
|
/// Runs the provided function, blocking the current thread until the result
|
||||||
/// future completes.
|
/// future completes.
|
||||||
///
|
///
|
||||||
/// This function can be used to synchronously block the current thread
|
/// This function can be used to synchronously block the current thread
|
||||||
|
|
Loading…
Reference in a new issue