-
Notifications
You must be signed in to change notification settings - Fork 628
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
Remove mentioning of default spawners from docs #1757
Milestone
Comments
SrTobi
changed the title
Remove mentioning of default spawners from docs or double down on them
Remove mentioning of default spawners from docs
Jul 21, 2019
Closed
I would have made a PR but I think it's wiser to decide on #1758 first. |
I think both this and #1758 are correct and I would like to include them in the 0.3 release. |
Does that mean you want me to do the pr or will you do it yourself? |
I'll land one today. |
cramertj
added a commit
to cramertj/futures-rs
that referenced
this issue
Nov 5, 2019
cramertj
added a commit
that referenced
this issue
Nov 5, 2019
exrook
pushed a commit
to exrook/futures-rs
that referenced
this issue
Apr 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The docs mention
default spawners
multiple times in theLocalPool
/ThreadPool
docs (see below) but from what I understand they do not exist anymore as no spawner is passed along the poll chain (see c5e5fd5) anymore.It is very confusing to read something about default spawner when they don't exists.
https://github.com/rust-lang-nursery/futures-rs/blob/a705910a8d844f6d56527ab9d774be09eb3008d5/futures-executor/src/local_pool.rs#L106
https://github.com/rust-lang-nursery/futures-rs/blob/a705910a8d844f6d56527ab9d774be09eb3008d5/futures-executor/src/local_pool.rs#L129
https://github.com/rust-lang-nursery/futures-rs/blob/a705910a8d844f6d56527ab9d774be09eb3008d5/futures-executor/src/local_pool.rs#L140
https://github.com/rust-lang-nursery/futures-rs/blob/a705910a8d844f6d56527ab9d774be09eb3008d5/futures-executor/src/thread_pool.rs#L86
https://github.com/rust-lang-nursery/futures-rs/blob/a705910a8d844f6d56527ab9d774be09eb3008d5/futures-executor/src/thread_pool.rs#L91
The text was updated successfully, but these errors were encountered: