diff options
| author | Enrico Tassi | 2014-10-08 17:28:18 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2014-10-13 18:13:20 +0200 |
| commit | 7cfcaa57a68ea9abde9e2558ceef86589aa26d6d (patch) | |
| tree | 4a6b0795b7a4408b0651d34146329495b423ff29 /stm/tQueue.mli | |
| parent | e3a0a4d58b74d2113485ceabe4235567fda962c8 (diff) | |
STM: primitives to snapshot a .vi while in interactive mode
Diffstat (limited to 'stm/tQueue.mli')
| -rw-r--r-- | stm/tQueue.mli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stm/tQueue.mli b/stm/tQueue.mli index abb14f969d..230ce032aa 100644 --- a/stm/tQueue.mli +++ b/stm/tQueue.mli @@ -15,9 +15,6 @@ val push : 'a t -> 'a -> unit val set_order : 'a t -> ('a -> 'a -> int) -> unit val wait_until_n_are_waiting_and_queue_empty : int -> 'a t -> unit -(* also empties the queue *) -val dump : 'a t -> 'a list - (* Non destructive *) val wait_until_n_are_waiting_then_snapshot : int -> 'a t -> 'a list |
