On Saturday, 5 March 2016 at 18:00:56 UTC, Erik Smith wrote:
I'm definitely going to start working in async capability (or more accurately, non-blocking) into the interface.
Huh? Non-blocking operation is not reflected in interface. Only asynchronous requires special interface. Vibe interfaces are synchronous.
Postgres also provides non-blocking support. These are two cases that I'm targeting for initial reference implementations.
I've looked into OCI headers, they say something about asynchronous operations, do you know something about that?