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

Allow work stealing schedulers to be added dynamically #9666

Closed
brson opened this issue Oct 1, 2013 · 2 comments
Closed

Allow work stealing schedulers to be added dynamically #9666

brson opened this issue Oct 1, 2013 · 2 comments
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows

Comments

@brson
Copy link
Contributor

brson commented Oct 1, 2013

At the moment, all the schedulers that participate in work stealing (ones that aren't spawned with SingleThreaded mode) are initialized at startup. Servo needs to be able to increase this set dynamically when it spawns SpiderMonkey tasks.

Probably doesn't need to be exposed outside of the unstable rt API's for now.

@alexcrichton
Copy link
Member

This will be dealt with in #10965

@alexcrichton
Copy link
Member

Closed by #10965 (using the SchedPool type)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Projects
None yet
Development

No branches or pull requests

2 participants