10-27-2024, 09:35 PM
Hang about..
So a thread could handle multiple tasks (whatever a task is meant to be lol) and a task could be handled across multiple threads..
A context could be passed between multiple threads and multiple threads could pass around a context..
but a thread pool has threads that can handle multiple tasks.. even though multiple tasks cannot be be run on multiple threads... lol.
I'm sure someone could come up with a better tongue twister than me..
So a thread could handle multiple tasks (whatever a task is meant to be lol) and a task could be handled across multiple threads..
A context could be passed between multiple threads and multiple threads could pass around a context..
but a thread pool has threads that can handle multiple tasks.. even though multiple tasks cannot be be run on multiple threads... lol.
I'm sure someone could come up with a better tongue twister than me..

