From 5e9470b750a2d6dcb0574df20d0516067a24929f Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 11 Jun 2023 00:06:50 -0400 Subject: [PATCH] comment --- src/fut.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fut.ml b/src/fut.ml index 108575c7..810f87f3 100644 --- a/src/fut.ml +++ b/src/fut.ml @@ -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 ()