From ccf874bfd0c54e27dcee0e03a4fbdce228630253 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Thu, 26 Feb 2026 11:16:46 +0100 Subject: Fix comments for lane_cancel --- src/cancel.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/cancel.cpp') diff --git a/src/cancel.cpp b/src/cancel.cpp index 245065d..fc98927 100644 --- a/src/cancel.cpp +++ b/src/cancel.cpp @@ -140,12 +140,9 @@ LUAG_FUNC(cancel_test) // ################################################################################################# -//--- -// = lane_cancel( lane_ud [,timeout_secs=0.0] [,wake_lindas_bool=false] ) -// // The originator thread asking us specifically to cancel the other thread. // -// 'timeout': <0: wait forever, until the lane is finished +// 'timeout': nil: wait forever, until the lane is finished // 0.0: just signal it to cancel, no time waited // >0: time to wait for the lane to detect cancellation // -- cgit v1.2.3-55-g6feb