We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d10bc commit ee72ba8Copy full SHA for ee72ba8
lib/task_server.mli
@@ -79,7 +79,8 @@ module Task :
79
val set_state : task_handle -> Interface.Task.state -> unit
80
val get_dbg : task_handle -> string
81
82
- (* Given a task, record a specific subtask happening *)
+ (* 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. *)
84
val with_subtask : task_handle -> id -> (unit -> 'a) -> 'a
85
86
(* Destroy removes the task from the [tasks] list *)
0 commit comments