Project

General

Profile

« Previous | Next » 

Revision 9472d160

Added by Eregon (Benoit Daloze) almost 5 years ago

Call scheduler.block instead of scheduler.kernel_sleep for blocking Queue/SizedQueue operations

  • scheduler.unblock was already already called before but with no corresponding scheduler.block
  • add test that Queue#pop makes the scheduler wait until it gets an element.