diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 5 |
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>"<unresolved>"</tt>. | ||
1223 | </p> | ||
1224 | <p> | ||
1220 | Timeouts are given in seconds (>= 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 (>= 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 | ||