feat: rewrite #1

Merged
zacheryasc merged 1 commit from hello-swactor into master 2026-01-23 05:00:58 +00:00
Owner

Did not like the requirement of a tokio runtime and async/await. Rewrote
to use lock free queues (crossbeam_queue::ArrayQueue) as the basic
primitive to enable a runtime consisting of many pseudo-processes that
can pass messages to each other.

Did not like the requirement of a tokio runtime and async/await. Rewrote to use lock free queues (`crossbeam_queue::ArrayQueue`) as the basic primitive to enable a runtime consisting of many pseudo-processes that can pass messages to each other.
zacheryasc added 1 commit 2026-01-23 05:00:03 +00:00
Did not like the requirement of a tokio runtime and async/await. Rewrote
to use lock free queues (`crossbeam_queue::ArrayQueue`) as the basic
primitive to enable a runtime consisting of many psuedo-processes that
can pass messages to each other.
zacheryasc merged commit 55077dbf57 into master 2026-01-23 05:00:58 +00:00
zacheryasc deleted branch hello-swactor 2026-01-23 05:00:58 +00:00
zacheryasc referenced this pull request from a commit 2026-01-23 05:00:59 +00:00
zacheryasc referenced this pull request from a commit 2026-08-09 14:00:17 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: zacheryasc/swactor#1
No description provided.