module Celluloid

Constants

CPUCounter
Logger
Properties
Registry
StackDump
ThreadHandle
UUID

Public Class Methods

publish(*args) click to toggle source
# File lib/celluloid/notifications.rb, line 92
def self.publish(*args)
  Notifications.publish(*args)
end