source: rtems-docs/c-user/signal/introduction.rst @ e3523ed

Last change on this file since e3523ed was e3523ed, checked in by Sebastian Huber <sebastian.huber@…>, on 08/20/20 at 08:11:15

c-user: Split up signal manager

This makes it easier to automatically generate parts of the manager
documentation in the future.

Update #3993.

  • Property mode set to 100644
File size: 341 bytes
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
4
5Introduction
6============
7
8The signal manager provides the capabilities required for asynchronous
9communication.  The directives provided by the signal manager are:
10
11- :ref:`rtems_signal_catch`
12
13- :ref:`rtems_signal_send`
Note: See TracBrowser for help on using the repository browser.