which is passed to MTasker::makeThread(), together with a possible argument.
This function is now free to do whatever it wants, but realise that MTasker implements cooperative
- multitasking, which means that the coder has the responsiblilty of not taking the CPU overly long.
+ multitasking, which means that the coder has the responsibility of not taking the CPU overly long.
Other threads can only get the CPU if MTasker::yield() is called or if a thread sleeps to wait for an event,
using the MTasker::waitEvent() method.