fiber
Loading...
Searching...
No Matches
fiber::InterruptGuard Class Reference

Makes sure that equaly many interrupt disable and enable calls are beingmade. More...

#include <interrupts.hpp>

Public Member Functions

 InterruptGuard ()
 
 ~InterruptGuard ()
 

Detailed Description

Makes sure that equaly many interrupt disable and enable calls are beingmade.

Disables the interrupts when being constructed and enables them again when it goes out of scope and is being deconstructed.

Constructor & Destructor Documentation

◆ InterruptGuard()

fiber::InterruptGuard::InterruptGuard ( )
inline

◆ ~InterruptGuard()

fiber::InterruptGuard::~InterruptGuard ( )
inline

The documentation for this class was generated from the following file: