# # ChangeLog for doc/proposals/concurrency/thePlan.md # # Generated by Trac 1.2.1 # Mar 28, 2024, 6:10:57 PM Tue, 28 Mar 2017 17:02:34 GMT Thierry Delisle [f32a013] * doc/proposals/concurrency/thePlan.md (modified) Updated the concurrency plan Fri, 17 Mar 2017 14:45:41 GMT Thierry Delisle [3743983] * doc/proposals/concurrency/thePlan.md (modified) Updated the concurrency plan Wed, 15 Mar 2017 19:16:04 GMT Thierry Delisle [9243cc91] * doc/proposals/concurrency/thePlan.md (modified) * src/Concurrency/Keywords.cc (modified) Updated the plan and made some code review changes in the keywords ... Tue, 24 Jan 2017 16:48:04 GMT Thierry Delisle [2cdf6dc] * doc/proposals/concurrency/thePlan.md (modified) Update the concurrency plan with completed features and modified ... Fri, 20 Jan 2017 21:50:15 GMT Thierry Delisle [bd98b58] * doc/proposals/concurrency/thePlan.md (modified) * src/examples/thread.c (modified) * src/libcfa/concurrency/coroutines (modified) * src/libcfa/concurrency/coroutines.c (modified) * src/libcfa/concurrency/invoke.c (modified) * src/libcfa/concurrency/invoke.h (modified) * src/libcfa/concurrency/kernel (modified) * src/libcfa/concurrency/kernel.c (modified) * src/libcfa/concurrency/threads (modified) * src/libcfa/concurrency/threads.c (modified) Kernel now uses intrusive lists and blocking locks for ready queue ... Tue, 17 Jan 2017 18:33:42 GMT Thierry Delisle [a954e32] * doc/proposals/concurrency/thePlan.md (added) Added the plan for concurrency to doc