nsbaci 1.0
Loading...
Searching...
No Matches
thread.h File Reference

Thread class declaration for nsbaci runtime service. More...

Include dependency graph for thread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nsbaci::services::runtime::Thread
 Represents a thread in the runtime service. More...

Namespaces

namespace  nsbaci::services::runtime
 Runtime services namespace for nsbaci.
namespace  nsbaci
 Root namespace for the nsbaci application.
namespace  nsbaci::services
 Services namespace containing all backend service implementations.
namespace  nsbaci::types
 Type definitions namespace for nsbaci (runtime-specific).

Typedefs

using nsbaci::types::ThreadQueue = std::queue<nsbaci::services::runtime::Thread>
 Queue of threads for scheduler operations.

Detailed Description

Thread class declaration for nsbaci runtime service.

Author
Nicolás Serrano García