Re: [BUG] Non-local exit in thunk from system-async-mark doesn't restore asyncs block

2023-10-10 Thread Maxime Devos
Op 06-10-2023 om 06:50 schreef Andrew Tropin: TLDR: abort-to-prompt restores asyncs block level. abort-to-prompt from a procedure scheduled with system-async-mark doesn't restort asyncs block level. Looks like a duplicate or variant of to me

[BUG] Non-local exit in thunk from system-async-mark doesn't restore asyncs block

2023-10-05 Thread Andrew Tropin
TLDR: abort-to-prompt restores asyncs block level. abort-to-prompt from a procedure scheduled with system-async-mark doesn't restort asyncs block level. Some more context: I was trying to implement interruptible and reusable threads on top of delimited continuations and asynchronous interrupts.