libsurfer
0.4.0-dev
In libsurfer::
async_
util
Enums
AsyncJob
Functions
perform_async_work
perform_work
sleep_ms
libsurfer
::
async_util
Function
perform_async_work
Copy item path
Settings
Help
Summary
Source
pub fn perform_async_work<F>(f: F)
where F:
Future
<Output =
()
> +
Send
+ 'static,