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

libgreen: Remove or clean up public API for sched::Scheduler #14645

Closed
aturon opened this issue Jun 4, 2014 · 2 comments
Closed

libgreen: Remove or clean up public API for sched::Scheduler #14645

aturon opened this issue Jun 4, 2014 · 2 comments

Comments

@aturon
Copy link
Member

aturon commented Jun 4, 2014

The green crate currently provides a type sched::Scheduler with a large number of public, low-level methods for manipulating the scheduler state.

These methods either need to be made private, or else the API needs to be modernized and documented.

@aturon aturon added the A-libs label Jun 4, 2014
@aturon aturon changed the title libgreen: Clean up or remove public API for sched::Scheduler libgreen: Remove or clean up public API for sched::Scheduler Jun 4, 2014
@aturon
Copy link
Member Author

aturon commented Jun 4, 2014

There does not appear to be a strong use-case for this API given the existence of EventLoop: http://doc.rust-lang.org/std/rt/rtio/trait.EventLoop.html

@thestinger
Copy link
Contributor

#17325 means this is no longer relevant to the standard libraries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants