Skip to content

synchronous calls in goroutine blocks other concurrent goroutines #849

Closed
@pjebs

Description

@pjebs

I have 1 goroutine which contains a call to a synchronous function.

I have many other independent concurrent goroutines which ordinarily would run concurrently. But they don't run until the synchronous function returns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions