This commit is contained in:
Simon Cruanes 2023-06-11 00:06:50 -04:00
parent bc949727d6
commit 5e9470b750
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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 ()