Skip to content

Go's select statement: can a co-routine wait for multiple events at the same time, and process them in order they arrive #14

@poetaman

Description

@poetaman

Go's select statement: can a co-routine wait for multiple events (read from channels) at the same time, and process them in order they arrive? Thus achieving highest performance...

Here's an example: https://stackoverflow.com/a/20607625/15239054

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions