Sha256: 0d5abb8a5dfd6211f688c052a68b9eb7714710101665ce6595557af2387b5438
Contents?: true
Size: 144 Bytes
Versions: 2
Compression:
Stored size: 144 Bytes
Contents
# Monkeypatch Thread to allow lazy access to its Celluloid::Mailbox class Thread def mailbox @mailbox ||= Celluloid::Mailbox.new end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
celluloid-0.0.3 | lib/celluloid/core_ext.rb |
celluloid-0.0.1 | lib/celluloid/core_ext.rb |