Why not? It well could be. You send a command to t...
# exposed
o
Why not? It well could be. You send a command to the server like
executeQuery(“SELECT * FROM PEOPLE”) { … continuation … }
. In a continuation you have either an error, scalar response, or a reactive stream of records which you can consumer in a true async manner. After all, it’s just network protocol sending data back and forth.