aboutsummaryrefslogtreecommitdiff
path: root/tests/tobeclosed.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change lane:join() return valuesBenoit Germain2025-06-051-2/+3
| | | | | | * when no error is raised in the lane, lane:join() now precedes the lane returned values with true * lane body is no longer forced to return something when used with join() * adjusted all relevant unit tests accordingly
* New feature: Linda periodical cancellation checksBenoit Germain2025-04-181-6/+6
| | | | | | | * lanes.linda() api change: takes all settings in a single table argument * new linda creation argument wake_period * new lanes.configure setting linda_wake_period * adjusted all unit tests (one TODO test fails on purpose)
* Give a name to all lanes in the testsBenoit Germain2025-03-141-2/+2
|
* Internal refactorization to properly handle lua_resume idiosyncrasiesBenoit Germain2024-07-291-0/+2
|
* linda :get(), :set(), :limit() return value changesBenoit Germain2024-06-121-5/+8
|
* Unit test for to-be-closed Lanes and LindasBenoit Germain2024-06-121-0/+123