ntl / actor

Actor pattern implementation for ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supervisor should not need the thread

ntl opened this issue · comments

Instead, #spawn should be used by actor assembly code in order to ensure that the thread that was spawned shows up in the supervisor's thread group.