diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2026-02-26 11:16:46 +0100 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2026-02-26 11:16:46 +0100 |
| commit | ccf874bfd0c54e27dcee0e03a4fbdce228630253 (patch) | |
| tree | 4335af2ddf29196729c13a1cc3cfe36dbdf305d2 /src | |
| parent | 4f97720e4c3944ccf9b9742028dc697c2dd94c5a (diff) | |
| download | lanes-ccf874bfd0c54e27dcee0e03a4fbdce228630253.tar.gz lanes-ccf874bfd0c54e27dcee0e03a4fbdce228630253.tar.bz2 lanes-ccf874bfd0c54e27dcee0e03a4fbdce228630253.zip | |
Fix comments for lane_cancel
Diffstat (limited to 'src')
| -rw-r--r-- | src/cancel.cpp | 5 |
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 | // |
