(non-)definition of "thread"
- "thread": generic notion of parallel execution context
- Perl 6 is agnostic about specific implementation model or details
- A thread is a process with its own context
- Threads share context with other concurrently running threads