jo
jo copied to clipboard
Implementation of key Go (lang) features for (J)Ruby
If you comment out the producers from the select example the consumer uses 100% CPU since it's doing busy waiting. The loop in `select` does `poll` on the queues and...
Wanted to say thanks for this project. I liked the concept of goroutines and wondered how it is possible on the JVM and Jruby. Just wondering how your project compares...
When I try the simple example on the main page I get: ``` Java::JavaUtilConcurrent::RejectedExecutionException: Task java.util.concurrent.FutureTask@55c5a59a rejected from java.util.concurrent.ThreadPoolExecutor@5768f863[Terminated, pool size = 0, active threads = 0, queued tasks =...