Binary package “ruby-barrier” in ubuntu oracular

Ruby threads synchronization using a barrier method

 Barrier is an implementation of a synchronization method that enables multiple
 threads to wait until all threads have all reached a particular point of
 execution before any thread continues.