Title
task doesn't support symmetric transfer
Status
new
Section
[task.class]
Submitter
Dietmar Kühl

Created on 2025-09-01.00:00:00 last changed 2 weeks ago

Messages

Date: 2025-09-01.00:00:00

The specification of task doesn't require symmetric transfer which can help with stack overflow. Also, when another task is co_awaited the scheduler on which the task resumes is known and can be used to avoid unnecessary scheduling by comparing the scheduler currently installed by in two tasks involved.

History
Date User Action Args
2025-09-01 00:00:00admincreate