fibers icon indicating copy to clipboard operation
fibers copied to clipboard

[doc] clarify the use of dynamic-wind, probably in the Barriers chapter

Open attila-lendvai opened this issue 2 years ago • 1 comments

i'm new to scheme, but i think it's not possible to use constructs like call-with-input-file because it has a dynamic-wind inside of it that closes the file/port when a fiber suspends.

if i'm right, then please mention this in the docs. it would have saved me some time.

attila-lendvai avatar Feb 23 '23 20:02 attila-lendvai

‘bug’, because Guile should also use a different dynamic-wind (see: https://github.com/wingo/fibers/pull/73).

emixa-d avatar Sep 04 '23 13:09 emixa-d