tiny-tokio-actor
tiny-tokio-actor copied to clipboard
Support bounded message queues for throttling
Support bounded message queues for throttling, to handle backpressure in actor network. For example actor reading messages from TCP-Socket and appending to a message queue, this actor should be suspended until that message queue has free capacity again.