Skip to content

Commit

Permalink
use CZTop's new CZTop::Poller::Aggregated
Browse files Browse the repository at this point in the history
  • Loading branch information
paddor committed Apr 13, 2016
1 parent 6bf2150 commit 6fb0a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/celluloid/zmq/reactor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Reactor

def initialize
@waker = Waker.new
@poller = ::CZTop::Poller.new
@poller = ::CZTop::Poller::Aggregated.new
@readers = {}
@writers = {}

Expand Down

0 comments on commit 6fb0a3d

Please sign in to comment.