HH\Lib\Async\Condition

Meta Engineer?

This is available as Async\Condition in the www repository.

A wrapper around ConditionWaitHandle that allows notification events to occur before the condition is awaited

Interface Synopsis

namespace HH\Lib\Async;

class Condition {...}

Public Methods