Skip to content

channel_send_wait() #19

Open
Open
@ericsnowcurrently

Description

@ericsnowcurrently

Currently the low-level function to "send" an object over a channel is fire-and-forget. We need a way to do the same thing but block until the object is received.

Solutions:

  1. return a lock from channel_send() (and ignore it for the current functionality)
  2. add a separate channel_send_wait() to explicitly wait

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions