Changeset 6654
- Timestamp:
- 06/18/09 18:12:18 (15 months ago)
- Files:
-
- 1 modified
-
trunk/ocaml-duppy/src/duppy.mli (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ocaml-duppy/src/duppy.mli
r6633 r6654 127 127 * If the task returns a positive float, the function will be executed 128 128 * again after this delay. Otherwise it goes to sleep, and 129 * you can use wake_up] to resume the task and execute [f] again.129 * you can use [wake_up] to resume the task and execute [f] again. 130 130 * Only a single call to [f] is done at each time. 131 131 * Multiple [wake_up] while previous task has not
