For which we have (as few other languages do except CL) resumable exceptions.

On Tue, Sep 17, 2019 at 3:32 PM Lassi Kortela <xxxxxx@lassi.io> wrote:
> IMO nothing.  "If it returns, it has succeeded" is a principle from SRFI
> 170, and I think Olin's examples are extremely convincing.

We'll get to have another EINTR discussion as well :D SQLite can return
SQLITE_BUSY, SQLITE_LOCKED, SQLITE_INTERRUPT, etc. Doubtless all the
other databases have similar ones.