# # ChangeLog for src/tests/concurrent/.expect/coroutineYield.txt # # Generated by Trac 1.2.1 # Apr 18, 2024, 8:08:09 PM Tue, 06 Feb 2018 15:29:44 GMT Thierry Delisle [7323573] * src/tests/concurrent/.expect/coroutineYield.txt (modified) * src/tests/concurrent/coroutineYield.c (modified) Extended test to allow preemption to occur Tue, 06 Feb 2018 15:07:18 GMT Thierry Delisle [82c948c] * src/libcfa/concurrency/invoke.h (modified) * src/libcfa/concurrency/kernel.c (modified) * src/libcfa/concurrency/thread.c (modified) * src/tests/concurrent/.expect/coroutineYield.txt (added) * src/tests/concurrent/coroutineYield.c (added) Thread context switch no longer break coroutines. Added ...