[Issue 17033] New: std.experimental.logger should allow async logging
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Dec 25 22:48:38 PST 2016
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: nobody at puremagic.com
Reporter: greeenify at gmail.com
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
--
More information about the Digitalmars-d-bugs
mailing list