$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Stacktrace] review, please stop discussing non-Stacktrace issues
From: Peter Dimov (lists_at_[hidden])
Date: 2016-12-18 17:57:21
Gavin Lambert wrote:
> But I don't think there should be any requirement to make resolving a
> trace be async-safe. There's rarely going to be anything useful you could
> do with such a trace that would also be async-safe; it'd be better to
> require that this be done in regular context instead.
::write is async-safe. You can write it to a file or stderr or a pipe or a
socket.