aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/stm.mli
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-12-17 10:08:11 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-12-17 15:05:05 +0100
commitd229d1b2bfa29b94d5f4ee767024f560e85f0380 (patch)
treea28be491b258949d59df6a9b78e33aca32115487 /stm/stm.mli
parent4618ab9961fc196a1f1912ed1b6b140eb8b4d407 (diff)
STM: simplify state management
Thanks the the previous patchset a worker can be asked to send back "light" version of the system states. This is reasonably efficient hence the idea of letting a worker hang around just to hold system states for retrieval on demand is dropped.
Diffstat (limited to 'stm/stm.mli')
-rw-r--r--stm/stm.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/stm/stm.mli b/stm/stm.mli
index b39fd5082..715997aee 100644
--- a/stm/stm.mli
+++ b/stm/stm.mli
@@ -28,8 +28,6 @@ val add : ontop:Stateid.t -> ?newtip:Stateid.t -> ?check:(located_vernac_expr ->
state id) *)
val query :
at:Stateid.t -> ?report_with:(Stateid.t * Feedback.route_id) -> string -> unit
-val async_query :
- at:Stateid.t -> report_with:(Stateid.t * Feedback.route_id) -> string -> unit
(* [edit_at id] is issued to change the editing zone. [`NewTip] is returned if
the requested id is the new document tip hence the document portion following