axiom icon indicating copy to clipboard operation
axiom copied to clipboard

Implementation of a highly-scalable and ergonomic actor model for Rust

Results 17 axiom issues
Sort by recently updated
recently updated
newest added

In this function you use the unsafe keyword for some safe expressions. However, I found that only 1 function is real unsafe operations (see the list below). We need to...

No updates for near 2 years, so looks like this project is not alive. Could you add recommendation about alternatives in the README?

Hi I want to hide a websocket connection inside an actor to make it transparent to the rest of my system, I am however struggling with the proper setup using...

Sending multiple messages might not be scheduled, if two threads send a message to the sender simultanously. If a context switch happens between sending and checking the receivable-count, the counter...

Future was wrapped twice. All tests still worked after this refactoring

Hey @rsimmonsjr, if you don't mind the discussion I would like to know what would be the reasons having only bounded channels if you could have the choice between allowing...

Hey there, I noticed that there has been little activity in a while and I was wondering if you would mind adding me as a collaborator to this repo so...

I'm not 100% sure that this is the right idea, but I was looking for a way to send messages to a pool of identical actors in a manner that...

I tried to build a simple actor with a single message type, but apparently the first message I receive is not spawned by my code. Are there other "internal" messages...