aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cancel.cpp5
1 files changed, 1 insertions, 4 deletions
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)
140 140
141// ################################################################################################# 141// #################################################################################################
142 142
143//---
144// = lane_cancel( lane_ud [,timeout_secs=0.0] [,wake_lindas_bool=false] )
145//
146// The originator thread asking us specifically to cancel the other thread. 143// The originator thread asking us specifically to cancel the other thread.
147// 144//
148// 'timeout': <0: wait forever, until the lane is finished 145// 'timeout': nil: wait forever, until the lane is finished
149// 0.0: just signal it to cancel, no time waited 146// 0.0: just signal it to cancel, no time waited
150// >0: time to wait for the lane to detect cancellation 147// >0: time to wait for the lane to detect cancellation
151// 148//