cl-gserver icon indicating copy to clipboard operation
cl-gserver copied to clipboard

Sento - Actor framework featuring actors and agents for easy access to state and asynchronous operations.

Results 18 cl-gserver issues
Sort by recently updated
recently updated
newest added

Sending messages to an actor with timeout will be processed even if the caller receives a 'ask-timeout' condition. I think it should be possible to include a universal timestamp to...

enhancement

https://github.com/kchanqvq/fast-mpsc-queue

enhancement

Dispatchers now use a fixed set of workers using actors with separate threads. Those workers all run right from the start and also if there is no load on the...

enhancement

Those contexts should not be necessary to be register at the actor-system.

enhancement

Hi, could installation instructions be added to the docs? I'm not sure how to install. I guessed that maybe I should `(ql:quickload :sento)`, but that gave me some errors: ```...