Le 2015-12-04 03:15, Amirouche Boubekki a écrit :

```
(define (read/ sock)
  (abort-to-prompt 'loop (lambda (cc)
                           (loop-add-reader sock (lambda () (cc (read
sock)))))))
```

This is mistake, it should be a macro, so that, I think, even if the callstack displays the `loop-run-forever` and `loop-run-once` jazz, it still appears that the error happens where the blocking/async macro read/ was used.

Reply via email to