Separate out actor scheduler #24

Open
opened 2025-06-03 19:53:50 +00:00 by john · 1 comment
Owner

Currently the actor scheduler is embedded into the main cell.c. It works on platforms SDL supports. But in particular, we want to possibly port it to single threaded systems. In that case, an entire new scheduler needs created, which will be much simpler, without mutexes, atomics, and so on; we need the ability to swap them out at will, based on the platform targeted.

Currently the actor scheduler is embedded into the main cell.c. It works on platforms SDL supports. But in particular, we want to possibly port it to single threaded systems. In that case, an entire new scheduler needs created, which will be much simpler, without mutexes, atomics, and so on; we need the ability to swap them out at will, based on the platform targeted.
Author
Owner

Check into libtask and libco for this.

Check into libtask and libco for this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: john/cell#24
No description provided.