From 8ab74de60df8bbae3297daef2681a0953e1c4d78 Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Wed, 19 Nov 2025 05:08:15 +1100 Subject: [PATCH] shellthread --- src/modules/shellthread-999999.0a1.0.tm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/shellthread-999999.0a1.0.tm b/src/modules/shellthread-999999.0a1.0.tm index 0137708f..3b9d4cff 100644 --- a/src/modules/shellthread-999999.0a1.0.tm +++ b/src/modules/shellthread-999999.0a1.0.tm @@ -113,7 +113,9 @@ namespace eval shellthread::worker { error "shellthread::worker::start_pipe_read - inpipe not configured. Use shellthread::manager::set_pipe_read_from_client to thread::transfer the pipe end" } set inpipe $readchan - chan configure $readchan -blocking 0 + + #JMN 2025 + #chan configure $readchan -blocking 0 set waitvar ::shellthread::worker::wait($inpipe,[clock micros]) #tcl::chan::fifo2 based pipe seems slower to establish events upon than Memchan