List that Opal supports asynchronicity on all DataSHIELD operations.
# S4 method for OpalConnection
dsIsAsync(conn)
OpalConnection-class
class object
The named list of logicals detailing the asynchronicity support.
if (FALSE) {
con <- dbConnect(DSOpal::Opal(), "server1",
"username", "password", "https://opal.example.org")
dsIsAsync(con)
dsDisconnect(con)
}