ruby-barrier

Ruby threads synchronization using a barrier method
  https://rubygems.org/gems/barrier
  0
  no reviews



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.