about summary refs log tree commit homepage
path: root/lib/rainbows/xepoll_thread_spawn.rb
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.rb
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.rb')
-rw-r--r--lib/rainbows/xepoll_thread_spawn.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rainbows/xepoll_thread_spawn.rb b/lib/rainbows/xepoll_thread_spawn.rb
index 6e6ec5b..ad2bdc4 100644
--- a/lib/rainbows/xepoll_thread_spawn.rb
+++ b/lib/rainbows/xepoll_thread_spawn.rb
@@ -1,4 +1,7 @@
 # -*- encoding: binary -*-
+require "thread"
+require "sleepy_penguin"
+require "raindrops"
 
 module Rainbows::XEpollThreadSpawn
   include Rainbows::Base