Skip to content

remove Ws_deque module #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.