-
Notifications
You must be signed in to change notification settings - Fork 25
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
Task Scheduler #15
Comments
I'm interested in this one. |
I'd also be happy to work on this as well. |
How far have you guys gotten on this? I'm willing to help with the scheduler. |
I've started a framework for it, if you guys want to meet up I'm free tomorrow after class. We could meet in one of the GDC labs. Also, feel free to email me at i.daszkowski92@gmail.com. |
Yea a couple of us usually meet after class to work on stuff. We've been working on process abstraction but this is pretty high priority I think too. I planned on working on this but I didn't get the time to do much for it. But lets meet after class and do some of it. |
I won't be able to work today (Wednesday) after class, but perhaps we could meet on Friday? |
I can't meet today either. I am free Friday morning from 10-12 and also Saturday. |
I also would be free at the same times as @stv8 and @SheldonSandbekkhaug. |
If you guys still plan on meeting today, I'm in the basement lab. I should be free for the entire morning. |
Cool I'll be there in 10 |
Sounds good, I'm in the corner with a red jersey. |
When's the next time any of you want to meet? |
I can work tomorrow after class. |
Would you be free Tuesday instead? I have a class after OS so Monday's are tough for me |
I could work before/after class on Monday. Or on Tuesday, 2-3:30, and after 6pm. What do you guys want to work on in particular? Jeffrey is still working on the state-saving (like setjmp) function, as far as I know. EDIT: 6pm, not 5pm |
I'm free after 5pm on Tuesday to work, and I'm not sure honestly, I was just hoping to see what else could be done than the state-saving. If that's something that requires waiting we could meet up after that's complete though |
Implement a task scheduler, initially used to schedule processes, later to schedule threads.
The text was updated successfully, but these errors were encountered: