|
cppnet
C++ network utilities for asynchronous servers.
|
An interrupt is an immediately run timer event. More...
#include <net/timers/interrupt.hpp>
Inherits Source.
Public Types | |
| using | interrupt_source_t = Source |
| The underlying interrupt source type. | |
Public Member Functions | |
| auto | operator() () const noexcept -> void |
| Calls the underlying interrupt. | |
An interrupt is an immediately run timer event.
| Interrupt | An interrupt source tag compliant with the InterruptSoruce concept. |
Interrupts are used to awaken sleeping event-loops.