aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-06 17:22:45 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-06 17:22:45 +0200
commit91a34bd09900967e8b9cccdbd6d94a9f8cc8506c (patch)
tree26ca2e83a6841361ac2d104c9d06bf78edd166e5 /docs
parentd9a149a230f9b320113020789beb78a883da3b40 (diff)
downloadlanes-91a34bd09900967e8b9cccdbd6d94a9f8cc8506c.tar.gz
lanes-91a34bd09900967e8b9cccdbd6d94a9f8cc8506c.tar.bz2
lanes-91a34bd09900967e8b9cccdbd6d94a9f8cc8506c.zip
lanes.linda("auto")
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 1b24422..e17c7db 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1217,6 +1217,11 @@
1217</pre></td></tr></table> 1217</pre></td></tr></table>
1218 1218
1219<p> 1219<p>
1220 Converting the Linda to a string will yield the provided name prefixed by <tt>"Linda: "</tt>.<br/>
1221 If <tt>opt_name</tt> is omitted, it will evaluate to an hexadecimal number uniquely representing that linda.<br/>
1222 If <tt>opt_name</tt> is <tt>"auto"</tt>, Lanes will try to construct a name from the source location that called <tt>lanes.linda()</tt>. If that fails, the linda name will be <tt>"&lt;unresolved&gt;"</tt>.
1223</p>
1224<p>
1220 Timeouts are given in seconds (&gt= 0, millisecond accuracy) or <tt>nil</tt>. Timeout can be omitted only if the first key is not a number (then it's equivalent to an infinite duration). 1225 Timeouts are given in seconds (&gt= 0, millisecond accuracy) or <tt>nil</tt>. Timeout can be omitted only if the first key is not a number (then it's equivalent to an infinite duration).
1221</p> 1226</p>
1222 1227