feat: rewrite #1
Loading…
Reference in a new issue
No description provided.
Delete branch "hello-swactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Did not like the requirement of a tokio runtime and async/await. Rewrote
to use lock free queues (
crossbeam_queue::ArrayQueue) as the basicprimitive to enable a runtime consisting of many pseudo-processes that
can pass messages to each other.