Open AaronPorts opened 2 months ago
I think async configuration is not very suitable for browsers.
You don't have to prepend await for calling configure() unless you'd like to use sinks which are AsyncDisposable (e.g., stream sink). I'll add docs about this.
await
configure()
AsyncDisposable
I think async configuration is not very suitable for browsers.