Skip to content

add more coroutine synchronous primitives #2

@dacheng-gao

Description

@dacheng-gao

In std, we have a lot of threading components.

Now in coroutine, we may need some of these components too.

  • Channel
  • Condition
  • ResetEvent
  • WaitGroup, wait a group of coroutines to finish
  • Mutex
  • RwLock
  • Semaphore
  • Pool, use as database connection pool

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