Why would the actor model require malloc and/or threads?
You basically have a concurrency-safe message queue. It would be pretty limited without malloc (fixed max queue size).
You basically have a concurrency-safe message queue. It would be pretty limited without malloc (fixed max queue size).