Commitc9a4d13aRecorded29 Mar 2026Repositoryminder
Update comment: fd-waiters instead of non-blocking poll
Changed
src/minder/main.sgl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)Diff
src/minder/main.sglmodified
@@ -31,8 +31,8 @@
31
schedules: (length (minder-config-schedules config))) 32
33
;; Run everything in an async context. mcp-server-run−34
;; automatically polls stdin non-blockingly when it detects−35
;; an async context, so goroutines can interleave.+34
;; yields to the scheduler via fd-waiters when stdin is a+35
;; pipe, so goroutines can interleave. 36
(with-async 37
;; Start scheduled tasks (if any) 38
(scheduler-start! server config)