Open
Description
Ruby pools create threads first before putting work to queue, java threads put work first into queue until full then they create new threads.
This needs to be unified.
We also need to implement java.util.concurrent.SynchronousQueue for Ruby and provide option for its usage on Ruby and Java.