On 1/5/22 15:01, Emanuele Giuseppe Esposito wrote:
+ /** Protected by job_mutex */
Technically not yet true. You can add this in patch 15 and at the same time remove this one:
* Set to false by the job while the coroutine has yielded and may be * re-entered by job_enter(). There may still be I/O or event loop activity - * pending. Accessed under block_job_mutex (in blockjob.c). + * pending. Accessed under job_mutex.
Paolo