src/Pure/PIDE/document.ML
changeset 44301 65f60d9ac4bf
parent 44300 349cc426d929
child 44302 0a1934c5c104
--- a/src/Pure/PIDE/document.ML	Fri Aug 19 16:13:26 2011 +0200
+++ b/src/Pure/PIDE/document.ML	Fri Aug 19 17:39:37 2011 +0200
@@ -24,7 +24,7 @@
   type state
   val init_state: state
   val join_commands: state -> unit
-  val cancel_execution: state -> unit future
+  val cancel_execution: state -> Future.task list
   val define_command: command_id -> string -> state -> state
   val edit: version_id -> version_id -> edit list -> state -> (command_id * exec_id) list * state
   val execute: version_id -> state -> state