ntl / actor

Actor pattern implementation for ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supervisor messages sent to actors need to "cut" the line

ntl opened this issue · comments

It's possible for thousands of messages to be queued up when an actor is sent the stop message. The supervisor must be able to send a priority message.