feat: add LocalWaker type, ContextBuilder type, and LocalWake trait.

This commit is contained in:
Tomás Vallotton 2023-11-30 18:11:02 -03:00
parent 314384b5fb
commit 60a08196b6
4 changed files with 504 additions and 25 deletions

View file

@ -135,6 +135,7 @@
#![feature(iter_next_chunk)]
#![feature(iter_repeat_n)]
#![feature(layout_for_ptr)]
#![feature(local_waker)]
#![feature(maybe_uninit_slice)]
#![feature(maybe_uninit_uninit_array)]
#![feature(maybe_uninit_uninit_array_transpose)]