Skip to content

Instantly share code, notes, and snippets.

@CootCraig
Created February 8, 2012 17:59
Show Gist options
  • Save CootCraig/1771662 to your computer and use it in GitHub Desktop.
Save CootCraig/1771662 to your computer and use it in GitHub Desktop.
celluloid-io TCPServer replacement
$ jruby -v
jruby 1.7.0.dev (ruby-1.9.3-p0) (2011-12-30 e80efe7) (Java HotSpot(TM) Client VM 1.6.0_30) [Windows 7-x86-java]
$ pwd
/c/Users/canderson/jruby/jruby-1.7.0.dev/lib/ruby/gems/1.8/gems/celluloid-io-0.8.0
$ ls -R
.:
CHANGES.md LICENSE.txt Rakefile lib
Gemfile README.md celluloid-io.gemspec spec
./lib:
celluloid
./lib/celluloid:
io io.rb
./lib/celluloid/io:
mailbox.rb reactor.rb version.rb
./spec:
celluloid spec_helper.rb
./spec/celluloid:
io
./spec/celluloid/io:
actor_spec.rb mailbox_spec.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment