$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [log] Is it lock free ?
From: adrien courdavault (adrien.courdavault_at_[hidden])
Date: 2013-04-29 17:07:32
Hi
I'm really interested by the new Log library.
I would like to know if there is a part of this API that could be wait
free, not the << operator perhaps, but a specific function to log a
message without having to worry about a malloc or lock called inside
the library.
I would like to use this from a time critical thread.
thank you