qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches

System signal event handler for asynchronous I/O. More...

#include "base.h"
Include dependency graph for signal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  qb::io::async::event::signal< _SIG >
 Event for handling system signals asynchronously. More...
struct  qb::io::async::event::signal<-1 >
 Specialization for dynamic signal specification. More...

Detailed Description

System signal event handler for asynchronous I/O.

This file defines the signal event structure which is used to handle system signals (like SIGINT, SIGTERM, etc.) in an asynchronous manner. It wraps libev's signal watcher functionality (ev::sig).

Author
qb - C++ Actor Framework

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.