Skip to content

Commit ee72ba8

Browse files
committed
Additional comments in interface
Signed-off-by: Jon Ludlam <[email protected]>
1 parent e7d10bc commit ee72ba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/task_server.mli

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ module Task :
7979
val set_state : task_handle -> Interface.Task.state -> unit
8080
val get_dbg : task_handle -> string
8181

82-
(* Given a task, record a specific subtask happening *)
82+
(* Given a task, record a specific subtask happening. Subtasks are just for
83+
labelling subsections of a task, and there is no real task hierarchy. *)
8384
val with_subtask : task_handle -> id -> (unit -> 'a) -> 'a
8485

8586
(* Destroy removes the task from the [tasks] list *)

0 commit comments

Comments
 (0)