Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 3, 2024
1 parent 9899fe3 commit fb9ee46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/telnet.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let scheduler = Duppy.create ()

let new_pool ?size ~priority ~name () =
let priorities p = p = priority in
Duppy.pool scheduler ~priorities ~size name
Duppy.pool scheduler ~priorities ?size name

let create_pools () =
new_pool ~priority:Non_blocking ~name:"Non blocking queue" ();
Expand Down

0 comments on commit fb9ee46

Please sign in to comment.