www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17033] New: std.experimental.logger should allow async logging

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 puremagic.com
          Reporter: greeenify 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

--
Dec 25 2016