Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
76b630b6
Commit
76b630b6
authored
Sep 23, 2015
by
Francis Dupont
Browse files
[4065] Added a signal safe comment
parent
eb23a705
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/util/signal_set.h
View file @
76b630b6
...
...
@@ -89,7 +89,8 @@ typedef boost::function<bool(int signum)> BoolSignalHandler;
///
/// @note This class is not thread safe. It uses static variables and
/// functions to track a global state of signal registration and received
/// signals' queue.
/// signals' queue. But the thread library is signal safe as new threads
/// are created with all signals blocked.
class
SignalSet
:
public
boost
::
noncopyable
{
public:
/// @brief Constructor installing one signal.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment