Skip to content
This repository was archived by the owner on Jun 7, 2019. It is now read-only.

Concurrency Section Improvements #8

@GeorgeMac

Description

@GeorgeMac

What I think we need to add in order to feel that concurrency is complete for now.

  • supervising goroutines (e.g. tracking them with wait groups or communicating with them via channels)
  • examples of leaky concurrency + architectural solutions to avoid it.
  • bounded concurrency (using a "pool" of goroutines, rather than fire off any number of them)
  • testing concurrency + the race detector

Please contribute to this Issue thread so that we can track here the topics we want to talk about.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions