Make new actor startups happen in due time, on any thread #30

Open
opened 2025-06-08 00:57:45 +00:00 by john · 0 comments
Owner

Currently, actors start in a synchronous manner with the thread that's creating it; instead, the request to start an actor should put it in the queue, and any thread can pick it up and begin the actor.

Currently, actors start in a synchronous manner with the thread that's creating it; instead, the request to start an actor should put it in the queue, and any thread can pick it up and begin the actor.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: john/cell#30
No description provided.