You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each rust_scheduler has a fixed maximum threads, but only launches them lazily. This imposes a number of locking considerations and as I am intending to make major changes to the scheduler I would rather just remove this feature.
Activity
brooksbp commentedon Jan 19, 2013
Would you simplify by launching
max_num_threads
in therust_scheduler
constructor instead of lazily increate_task
?EDIT: Reverting this #3498 ?
brson commentedon Jan 20, 2013
@brooksbp yes, it means reverting #3498
brson commentedon Feb 15, 2013
This isn't going to matter after all.