As I understand, the mapping from tasks (coroutines) to thread is dynamic at runtime, not static at design time. But this may create problems in timing predictability, since it is difficult or impossible to determine a thread's WCET (worst-case execution time) for real-time schedulability analysis, since you do not know which tasks will be executed in the thread.
Where can I find more details on the task-to-thread mapping algorithm?
As I understand, the mapping from tasks (coroutines) to thread is dynamic at runtime, not static at design time. But this may create problems in timing predictability, since it is difficult or impossible to determine a thread's WCET (worst-case execution time) for real-time schedulability analysis, since you do not know which tasks will be executed in the thread.
Where can I find more details on the task-to-thread mapping algorithm?