You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the include Celluloid from Listen::Adapter::Base and instead wrap each adapter in a Celluloid class.
Goal: Make it so non-TCP adapters can be used without depending on Celluloid
Reason: tests become simpler and Celluloid independent (easier debugging of crashes) and Listen becomes a little bit faster (because Celluloid queues all method - which is not necessary).
The text was updated successfully, but these errors were encountered:
Remove the
include Celluloid
fromListen::Adapter::Base
and instead wrap each adapter in a Celluloid class.Goal: Make it so non-TCP adapters can be used without depending on Celluloid
Reason: tests become simpler and Celluloid independent (easier debugging of crashes) and Listen becomes a little bit faster (because Celluloid queues all method - which is not necessary).
The text was updated successfully, but these errors were encountered: