Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jun 11, 2023
1 parent bc94972 commit 5e9470b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fut.ml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ let wait_block (self : 'a t) : 'a or_error =
Bb_queue.pop q
in

(* a bit of spinlock *)
(* a bit of spinning before we block *)
let rec loop i =
if i = 0 then
real_block ()
Expand Down

0 comments on commit 5e9470b

Please sign in to comment.