about summary refs log tree commit homepage
path: root/lib/rainbows/xepoll_thread_spawn
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-06 00:38:53 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-06 00:38:53 +0000
commit21a1a20223986af8c8962cafe2e0f1eae0dcfd19 (patch)
tree70634b9eded59c078befa7b875df81cb2bcb34a7 /lib/rainbows/xepoll_thread_spawn
parent0efe7b677b076a32ef54e5f2f0a9861eb1f7f3d9 (diff)
downloadrainbows-21a1a20223986af8c8962cafe2e0f1eae0dcfd19.tar.gz
More sharing, faster startups, and most importantly,
better error reporting if some things are missing.
Diffstat (limited to 'lib/rainbows/xepoll_thread_spawn')
-rw-r--r--lib/rainbows/xepoll_thread_spawn/client.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rainbows/xepoll_thread_spawn/client.rb b/lib/rainbows/xepoll_thread_spawn/client.rb
index 4111f27..7e02f82 100644
--- a/lib/rainbows/xepoll_thread_spawn/client.rb
+++ b/lib/rainbows/xepoll_thread_spawn/client.rb
@@ -1,8 +1,4 @@
 # -*- encoding: binary -*-
-require "thread"
-require "sleepy_penguin"
-require "raindrops"
-
 module Rainbows::XEpollThreadSpawn::Client
   HBUFSIZ = Rainbows.client_header_buffer_size
   N = Raindrops.new(1)