aboutsummaryrefslogtreecommitdiff
path: root/tests/rupval.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change lane:join() return valuesBenoit Germain2025-06-051-3/+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
* Give a name to all lanes in the testsBenoit Germain2025-03-141-1/+1
|
* Fixes and improvements to lane:join()Benoit Germain2024-06-111-1/+14
| | | | | * fix: returns nil,cancel_error when lane was cancelled * improvement: enforce non-nil first return value of lane body when using lane:join() to obtain the results
* C++ migration: inter-state transfer managed by a new class InterCopyContextBenoit Germain2024-04-151-6/+11
|
* Create rupval.luaBenoit Germain2013-01-101-0/+25