NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
UnlockDeleter.hpp File Reference
#include <mutex>
Include dependency graph for UnlockDeleter.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::RequestProcessor::UnlockDeleter
 This class holds a lock on the supplied mutex on only releases it when it is destructed. It can be supplied as a custom deleter to a unique pointer to guarantee thread safe access to the resource held by the pointer without freeing the resource when the pointer is destructed. idea taken from: https://stackoverflow.com/questions/23610561/return-locked-resource-from-class-with-automatic-unlocking#comment36245473_23610561. More...
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::RequestProcessor