Sha256: 68bf3942986b5ac2570b0ddbc10c9c1a3115df088facbb8f11aab4ee1aa1a6d2
Contents?: true
Size: 339 Bytes
Versions: 5
Compression:
Stored size: 339 Bytes
Contents
# Things to run after Celluloid is fully loaded # Configure default systemwide settings Celluloid.logger = Logger.new STDERR 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
Version data entries
5 entries across 5 versions & 1 rubygems