aboutsummaryrefslogtreecommitdiff
path: root/tests/cancel.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Give a name to all lanes in the testsHEADmasterBenoit Germain29 hours1-5/+5
* Fix/disable some unit tests against LuaJIT until the failure reason is discov...Benoit Germain5 days1-1/+2
* Migrated unit tests to Catch2 v3.7.1Benoit Germain2024-12-201-5/+5
* Internal rework of an enum bad practice usageBenoit Germain2024-12-031-56/+56
* New method linda:restrict()Benoit Germain2024-12-031-2/+9
* Internal refactorization to properly handle lua_resume idiosyncrasiesBenoit Germain2024-07-291-1/+1
* Fix finalizers in coroutine lanesBenoit Germain2024-07-041-4/+7
* Renamed set_debug_threadname → lane_threadname (can also read the current n...Benoit Germain2024-07-031-1/+1
* Change linda:limit()Benoit Germain2024-06-261-2/+2
* linda :get(), :set(), :limit() return value changesBenoit Germain2024-06-121-3/+4
* Fixes and improvements to lane:join()Benoit Germain2024-06-111-0/+1
* Moved lanes.sleep implementation to the C-sideBenoit Germain2024-06-031-2/+9
* Some API changesBenoit Germain2024-05-311-9/+14
* linda:limit uses nil instead of -1 to unblockBenoit Germain2024-05-201-5/+5
* some dead code elimination and other triflesBenoit Germain2024-04-161-6/+16
* C++ migration: use std::jthread, std::condition_variable, std::chrono.Benoit Germain2024-04-081-15/+5
* tweak cancel.lua to enable individual tests. fix "hook" test for LuaJIT (need...Benoit Germain2024-04-041-10/+24
* tweak cancel.lua test file to be able to cherry-pick tests with command line ...Benoit Germain2024-03-281-88/+103
* Lane cancellation reworkBenoit Germain2019-04-261-45/+117
* more fixes/tweaks about cancelled lindasBenoit Germain2014-02-131-0/+30
* new API linda:cancel("read"|"write"|"both"|"none")Benoit Germain2014-02-101-2/+17
* Cancellation improvements and some fixesBenoit Germain2014-01-161-0/+93