HH\Lib\Async\Condition::succeed

Meta Engineer?

The containing class is available as Async\Condition in the www repository.

Notify the condition variable of success and set the result

final public function succeed(
  T $result,
): void;

Parameters

  • T $result

Returns

  • void