Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upShould the timer scheduler live in the chrome process? #15219
Comments
|
I agree; it will be more efficient to have it exist in content processes. |
|
I propose to solve this by:
Code: @Seris would you like to work on this? |
|
I'll work on this ! |
|
@Seris Did you make any progress here? Any questions? |
|
I've worked a bit on it and I think I understand what I need to do. But I can't work on it right now ! It's a hard semester and I have a lot of exams and projects. I'll be working again on the issue after April 17 if it does not require more attention right now ^^ Sorry for not informing you earlier ! |
|
I would like to tackle this one |
|
@jdm Here are few questions to see if I understood everything:
|
|
It currently lives along the constellation, but it seems to be used only from the script crate; it might be worth having one per content process instead.