comedy
comedy copied to clipboard
Backpressure
Implement an actor mailbox size limit capability. This way, a user will be able to avoid overloading actors with too many messages.
Can have backpressure like Akka Actors or NodeJS Streams?
@PhilAndrew , I'll investigate on Akka's way of doing backpressure. For NodeJS streams - I think it's a different thing than actor messaging, and it's not likely to be added to Comedy's interface, but we'll possibly use streams internally for implementing backpressure.