Module: Coolio
- Defined in:
- lib/cool.io/io.rb,
lib/cool.io.rb,
lib/cool.io/dsl.rb,
lib/cool.io/loop.rb,
lib/cool.io/meta.rb,
lib/cool.io/server.rb,
lib/cool.io/socket.rb,
lib/cool.io/version.rb,
lib/cool.io/listener.rb,
lib/cool.io/iowatcher.rb,
lib/cool.io/dns_resolver.rb,
lib/cool.io/async_watcher.rb,
lib/cool.io/timer_watcher.rb,
ext/cool.io/loop.c,
ext/cool.io/utils.c,
ext/cool.io/buffer.c,
ext/cool.io/watcher.c,
ext/cool.io/iowatcher.c,
ext/cool.io/stat_watcher.c,
ext/cool.io/timer_watcher.c
Overview
– Copyright ©2007 Tony Arcieri You can redistribute this under the terms of the Ruby license See file LICENSE for details ++
Defined Under Namespace
Modules: Connections, DSL, Meta, Utils Classes: AsyncWatcher, Buffer, DNSResolver, IO, IOWatcher, Listener, Loop, Server, Socket, StatWatcher, TCPListener, TCPServer, TCPSocket, TimerWatcher, UNIXListener, UNIXServer, UNIXSocket, Watcher
Constant Summary collapse
- VERSION =
"1.9.0"
- DEFAULT_BACKLOG =
1024
Class Method Summary collapse
Class Method Details
.inspect ⇒ Object
23 24 25 |
# File 'lib/cool.io.rb', line 23 def self.inspect "Cool.io" end |
.version ⇒ Object
4 5 6 |
# File 'lib/cool.io/version.rb', line 4 def self.version VERSION end |