diff options
| author | Enrico Tassi | 2014-07-31 18:04:22 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2014-08-04 16:15:08 +0200 |
| commit | 9b3fb69be51d6fd32be95c90d3cfe49ccbb234f5 (patch) | |
| tree | 88d7a81393632da6c28723c14df62006af941b83 /stm/tQueue.mli | |
| parent | 5264d9340c7c03852d4903bf1c063cad542df834 (diff) | |
STM: use a real priority queue
Diffstat (limited to 'stm/tQueue.mli')
| -rw-r--r-- | stm/tQueue.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/tQueue.mli b/stm/tQueue.mli index f3703285a8..23063262b3 100644 --- a/stm/tQueue.mli +++ b/stm/tQueue.mli @@ -12,7 +12,7 @@ type 'a t val create : unit -> 'a t val pop : 'a t -> 'a val push : 'a t -> 'a -> unit -val reorder : 'a t -> ('a -> 'a -> int) -> unit +val set_order : 'a t -> ('a -> 'a -> int) -> unit val wait_until_n_are_waiting_and_queue_empty : int -> 'a t -> unit val dump : 'a t -> 'a list val clear : 'a t -> unit |
