Re: repl-server from fibers task

2022-12-21 Thread Matt Wette
On 12/19/22 1:30 PM, Matt Wette wrote: Hi All, I'm trying to get fibers to run in "pure asynchronous" style with a repl-server. By "pure asynchronous" style I mean #:hz 0 and possibly #:suspendable-ports #f. My only guess is that maybe the repl-server has a continuation barrier in the way.

repl-server from fibers task

2022-12-19 Thread Matt Wette
Hi All, I'm trying to get fibers to run in "pure asynchronous" style with a repl-server. By "pure asynchronous" style I mean #:hz 0 and possibly #:suspendable-ports #f. My only guess is that maybe the repl-server has a continuation barrier in the way. Either the other task runs, and I get no