about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/rainbows/xepoll_thread_pool/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/xepoll_thread_pool/client.rb b/lib/rainbows/xepoll_thread_pool/client.rb
index 2cf05e5..625d1ac 100644
--- a/lib/rainbows/xepoll_thread_pool/client.rb
+++ b/lib/rainbows/xepoll_thread_pool/client.rb
@@ -127,7 +127,7 @@ module Rainbows::XEpollThreadPool::Client
   def pipeline_ready(hp)
     # be fair to other clients, let others run first
     hp.parse and return queue!
-    kato_set
+    epoll_run("")
     false
   end
 end