Sha256: a8781c97a00679223612ee14d6a30e9e960da1c0ab31554d1259a19a4d18fbd3
Contents?: true
Size: 425 Bytes
Versions: 2
Compression:
Stored size: 425 Bytes
Contents
# Things to run after Celluloid is fully loaded # Configure default systemwide settings Celluloid.task_class = Celluloid::TaskFiber # Launch the notifications fanout actor # FIXME: We should set up the supervision hierarchy here Celluloid::Notifications::Fanout.supervise_as :notifications_fanout Celluloid.logger = Celluloid::IncidentLogger.new Celluloid::IncidentReporter.supervise_as :default_incident_reporter, STDERR
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
celluloid-0.12.1 | lib/celluloid/boot.rb |
celluloid-0.12.1.pre2 | lib/celluloid/boot.rb |