Skip to content
Snippets Groups Projects
  • vargheseg's avatar
    84ab4e16
    Workaround for synchronizing to mainLoop · 84ab4e16
    vargheseg authored
    PollModule and PushModule now uses a void type promise to signal
    mainLoop entry. The fixture class uses this to synchronize itself before
    handling over control to the testcase code.
    
    This way we do not have to depend on the test facility for this purpose.
    84ab4e16
    History
    Workaround for synchronizing to mainLoop
    vargheseg authored
    PollModule and PushModule now uses a void type promise to signal
    mainLoop entry. The fixture class uses this to synchronize itself before
    handling over control to the testcase code.
    
    This way we do not have to depend on the test facility for this purpose.