ANNA Suite  2020b
Multipurpose development suite for Telco applications
Public Types | Public Member Functions | List of all members
anna::ThreadManager::Mode Struct Reference

#include <ThreadManager.hpp>

Public Types

enum  _v { None, Unlimit, ExceptionWhenFull, LockWhenFull }
 

Public Member Functions

 anna_declare_enum (Mode)
 

Detailed Description

Modos de funcionamiento

See also
ThreadManager

Member Enumeration Documentation

◆ _v

Enumerator
None 
Unlimit 

Permite crear tantos threads como sea necesario.

ExceptionWhenFull 

Si no hay ningun thread libre lanza una excepcion

LockWhenFull 

Si no hay ningun thread libre el metodo que invoca a createThread queda bloqueado hasta que algun otro thread termine su tarea.

34  {
35  None,
36  Unlimit,
40  };
Definition: ThreadManager.hpp:35
Definition: ThreadManager.hpp:37
Definition: ThreadManager.hpp:38
Definition: ThreadManager.hpp:36

Member Function Documentation

◆ anna_declare_enum()

anna::ThreadManager::Mode::anna_declare_enum ( Mode  )

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