Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: stabilize std::task and std::future::Future #2592

Merged
merged 26 commits into from
Mar 11, 2019
Merged
Changes from 16 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7d364aa
RFC: add Async trait and task system to libcore
aturon Apr 24, 2018
0ded7b7
Revamp RFC to one-trait approach
aturon May 30, 2018
01ce3f9
Revamp for stabilization
aturon Nov 9, 2018
bb242c8
Address nits
aturon Nov 9, 2018
1c8961e
Typo
aturon Nov 10, 2018
96ba924
Move the descriptions of LocalWaker and Waker and the primary focus.
Matthias247 Nov 18, 2018
2ff9713
Add a comment why RawWaker is used
Matthias247 Nov 18, 2018
e40dab4
Update the section about ArcWake
Matthias247 Nov 18, 2018
405361a
fix sentence
Matthias247 Nov 18, 2018
4cbbba8
Consume LocalWakers on conversion to Waker
Matthias247 Nov 18, 2018
de6b949
Add suggestions around syntax.
Matthias247 Nov 19, 2018
fdb41f8
Allow clone to alter the vtable
Matthias247 Nov 19, 2018
af29613
update wording
Matthias247 Nov 20, 2018
04695be
Apply suggestions from code review
Matthias247 Dec 8, 2018
e025c59
Fix ArcWake methods
Matthias247 Dec 8, 2018
db5f882
Add additional clarification around RawWaker
Matthias247 Dec 8, 2018
e1d2b8f
Remove LocalWaker and simplify the RawWakerVTable
cramertj Jan 8, 2019
05db198
Merge pull request #16 from cramertj/less-waker
cramertj Jan 23, 2019
af3da95
Cleanup
cramertj Jan 23, 2019
eff2eca
Merge pull request #17 from cramertj/futures-cleanup
cramertj Jan 23, 2019
a268c75
typo fix
dyxushuai Jan 26, 2019
834f0cd
typo
dyxushuai Jan 26, 2019
4e9e72c
Merge pull request #19 from dyxushuai/patch-2
aturon Jan 28, 2019
4825174
Merge pull request #18 from dyxushuai/patch-1
aturon Jan 28, 2019
f50c0c4
Apply suggestions from code review
cramertj Mar 11, 2019
e7eaea1
RFC 2592
cramertj Mar 11, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view