Dmitry Polyakov 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
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
ha
And in:
--8<---cut here---start->8---
@defun wait-until-port-writable-operation
Make an operation that will succeed with no values when the output
port @var{port} becomes writable.
@end defun
--8<---cut here---end--->8---
M
Fiber's README tells me to send this path here, IIUC:
--8<---cut here---start->8---
Mailing List: `guile-user@gnu.org`
--8<---cut here---end--->8---
>From 0a2639457a6308e641e09eb00aaa7dcb4eed5dba Mon Sep 17 00:00:00 2001
From