[][src]Function boolean_enums::lstd::future::set_task_waker

pub fn set_task_waker<F, R>(lw: &LocalWaker, f: F) -> R where
    F: FnOnce() -> R, 
🔬 This is a nightly-only experimental API. (gen_future)

Sets the thread-local task context used by async/await futures.