image.png
    A simple view of a process and its threads for a running application

    image.png
    How the Go scheduler manages goroutines

    runtime/debug``#``SetMaxThreads

    Parallelism is about doing a lot of things at once.
    Concurrency is about managing a lot of things at once.