rtems-docs/c-user/signal/introduction.rst
Sebastian Huber e3523ed062 c-user: Split up signal manager
This makes it easier to automatically generate parts of the manager
documentation in the future.

Update #3993.
2020-09-02 17:57:38 +02:00

14 lines
341 B
ReStructuredText

.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
Introduction
============
The signal manager provides the capabilities required for asynchronous
communication. The directives provided by the signal manager are:
- :ref:`rtems_signal_catch`
- :ref:`rtems_signal_send`