Skip to content

Add support for buffered channels #2

@divan

Description

@divan

Currently only unbuffered channels are supported. Buffered channels send/recv will not appear in visualization made by gotrace.

That's because buffered and unbuffered channels implemented differently, and in the first case there is no (obvious) way to attach something like EventID for sending/receiving event, which is needed to correlate send/recv events.
More details to come.

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