https://issues.dlang.org/show_bug.cgi?id=17033
Issue ID: 17033
Summary: std.experimental.logger should allow async logging
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
The idea is to avoid blocking the work of the main thread bu sending log
messages to special logging thread which logs the messages.
For prior art: https://github.com/dlang/phobos/pull/3194
--
