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

Update #3993.
2020-09-02 17:53:32 +02:00

14 lines
355 B
ReStructuredText

.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
Introduction
============
The event manager provides a high performance method of intertask communication
and synchronization. The directives provided by the event manager are:
- :ref:`rtems_event_send`
- :ref:`rtems_event_receive`