Skip to content

Commit

Permalink
Merge pull request #70 from ocaml-multicore/lockfree
Browse files Browse the repository at this point in the history
remove Ws_deque module
  • Loading branch information
kayceesrk authored Apr 8, 2022
2 parents b8781bc + ae5b38b commit b8de1f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 199 deletions.
3 changes: 2 additions & 1 deletion domainslib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ bug-reports: "https://github.com/ocaml-multicore/domainslib/issues"
tags: []
depends: [
"ocaml" {>= "5.00"}
"dune" {>= "1.8"}
"dune" {>= "3.0"}
"lockfree" { >= "0.2.0"}
"mirage-clock-unix" {with-test}
]
depopts: []
Expand Down
3 changes: 2 additions & 1 deletion lib/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(library
(name domainslib)
(public_name domainslib))
(public_name domainslib)
(libraries lockfree))
2 changes: 1 addition & 1 deletion lib/multi_channel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*)

module Ws_deque = Ws_deque.M
module Ws_deque = Lockfree.Ws_deque.M

type mutex_condvar = {
mutex: Mutex.t;
Expand Down
196 changes: 0 additions & 196 deletions lib/ws_deque.ml

This file was deleted.

0 comments on commit b8de1f7

Please sign in to comment.