None.
Update these here.
None.
Update these here.
(Meeting attendees, feel free to add items here!)
Link: https://github.com/rust-lang/rust/issues/114177
errs note: el classico Send
bound problem, not fixable
Tracking issue:
https://github.com/rust-lang/rust/issues/110338
Send
ness for an async
block where a !Send
value is dropped before an .await
point" rust#128095Link: https://github.com/rust-lang/rust/issues/128095
errs note: i'm planning on rebasing and FCPing the PR i linked at the bottom of that
Link: https://github.com/rust-lang/libs-team/issues/191
Link: https://github.com/rust-lang/libs-team/issues/347
Waker
from a Fn()
" libs-team#415Link: https://github.com/rust-lang/libs-team/issues/415
Anonymous trait impl:
wake_fn
:
No captures:
After discussion, we agreed that wake_fn
is well motivated, and we were separately open to a core::task::Waker::from_fn
that didn't use Arc
. Summary is here:
https://github.com/rust-lang/libs-team/issues/415#issuecomment-2276596757
Link: https://github.com/rust-lang/rfcs/pull/3434
It'd be nice if the Into*
traits around futures could work like this:
The trait as it exists today:
Inferred associated types handle this without modifying the trait:
What you can write today with ATPIT:
waker_getters
" rust#96992Link: https://github.com/rust-lang/rust/issues/96992
task::Waker::noop
" rust#98286Link: https://github.com/rust-lang/rust/issues/98286
AsyncIterator
back to Stream
, introduce an AFIT-based AsyncIterator
trait" rust#119550Link: https://github.com/rust-lang/rust/pull/119550
Future::poll
wakes an old waker" rust#119698Link: https://github.com/rust-lang/rust/issues/119698
Link: https://github.com/rust-lang/libs-team/issues/347
None.
None.
S-waiting-on-team
Link: https://github.com/rust-lang/rust/pull/120706
AsyncIterator
back to Stream
, introduce an AFIT-based AsyncIterator
trait" rust#119550Link: https://github.com/rust-lang/rust/pull/119550
Check your boxes!
None.
Ready::into_inner()
" rust#101196Link: https://github.com/rust-lang/rust/issues/101196
None.