qb
2.0.0.0
C++17 Actor Framework
|
System signal event handler for asynchronous I/O. More...
#include "base.h"
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... |
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).
http://www.apache.org/licenses/LICENSE-2.0
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.