chickadee » channel » channel-receive/delay

channel-receive/delay channel #!optional timeout defaultprocedure

Starts a blocking channel-receive in a thread and returns a promise which when forced, will either return the received message or block until a message is received. timeout and default have the same meaning as for channel-receive.