Skip to content

channel_send_wait() #19

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions