Concurrency

Start a Thread

① Learn

A thread can run a function at the same time as other code. Threads are useful for I/O-heavy work and background tasks.

② Implement — write it, run it, submit
Goal

Start a thread and make `messages` equal `['GO']`.

Output
Hints
  • Stuck? Reveal a hint.
Free Tools & Calculators