-
Notifications
You must be signed in to change notification settings - Fork 30
Starting to work on coroutines. #243
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
base: main
Are you sure you want to change the base?
Conversation
073ace5
to
9cfc326
Compare
9cfc326
to
bd3ac04
Compare
bfc157e
to
b59752b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't comfortably understand coroutines yet but let's just see how this can be used.
I'm trying hard not to go "trust me bro" here, but we'll see with the next few changes as I'll work on the new scheduler next :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like only a small commit of merging main into this feature branch is what's changed since my last approval, which was dismissed.
Is there anything else you'd like me to review differently from my previous approval?
This introduces a Coroutine class in the pa namespace, which we will then be able to use for a lightweight scheduler.