Channel
The Channel class is used to synchronize concurrent tasks from CoroutineGen.
Last updated
The Channel class is used to synchronize concurrent tasks from CoroutineGen.
Last updated
Interface
/**
* @param mixed $message
* @return Generator
*
* This function is used to send a message to the channel.
*/
public function sendGen($message): Generator;