openPool
fun openPool(openInner: suspend WebConnectionFactory.() -> SQLiteConnectionPool): SQLiteConnectionPool(source)
Turns the asynchronous open methods on this class into a method that can return as connection pool synchronously.
The pool is opened in a deferred coroutine that is awaited when the pool is used.