Skip to content

Instantly share code, notes, and snippets.

@fbernier
Created September 9, 2012 02:18
Show Gist options
  • Save fbernier/3682112 to your computer and use it in GitHub Desktop.
Save fbernier/3682112 to your computer and use it in GitHub Desktop.
wtf actor count
require 'celluloid'
class Yo
include Celluloid
end
puts Celluloid::Actor.all.length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment