Dmitry Polyakov <liltechd...@gmail.com> writes: > Hello guilers! > > As far as I can see, current method for interactive web development is > to connect to external guile-instance-with-listen-option with geiser. > > Using fibers, I thought I could run the web server in seperate thread > that dont block current one where, for example, I could rebind the > handler (via ice-9 atomics or something). But it's not, after eval > (run-server handler), repl get stuck. May be I misunderstood something? > This is code:
May this is because of main thread is blocked by REPL?