diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2012-12-12 10:56:34 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2012-12-12 10:56:34 +0100 |
commit | f6d1ecc0b69719f45b31c34b4e5c067e82ef66be (patch) | |
tree | cb0a2a3e19b72c049b24e46c2a71b026cb1581e0 | |
parent | 75700ccadade88c83a3e9050e700e4b0450d4694 (diff) | |
download | lanes-f6d1ecc0b69719f45b31c34b4e5c067e82ef66be.tar.gz lanes-f6d1ecc0b69719f45b31c34b4e5c067e82ef66be.tar.bz2 lanes-f6d1ecc0b69719f45b31c34b4e5c067e82ef66be.zip |
Update documentation
-rw-r--r-- | index.html | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -69,7 +69,7 @@ | |||
69 | </p> | 69 | </p> |
70 | 70 | ||
71 | <p> | 71 | <p> |
72 | This document was revised on 25-Oct-12, and applies to version <tt>3.4.0</tt>. | 72 | This document was revised on 11-Dec-12, and applies to version <tt>3.4.1</tt>. |
73 | </p> | 73 | </p> |
74 | </font> | 74 | </font> |
75 | </center> | 75 | </center> |
@@ -997,6 +997,16 @@ events to a common Linda, but... :).</font> | |||
997 | </tr> | 997 | </tr> |
998 | </table> | 998 | </table> |
999 | 999 | ||
1000 | <p></p> | ||
1001 | |||
1002 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"><tr><td><pre> | ||
1003 | {[{linda, slot, when, period}[,...]]} = lanes.timers() | ||
1004 | </pre></td></tr></table> | ||
1005 | |||
1006 | <p> | ||
1007 | The full list of active timers can be obtained. Obviously, this is a snapshot, and non-repeating timers might no longer exist by the time the results are inspected. | ||
1008 | </p> | ||
1009 | |||
1000 | 1010 | ||
1001 | <!-- locks +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 1011 | <!-- locks +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
1002 | <hr/> | 1012 | <hr/> |