dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 1234]
 Ndfx
 NCore
 RDerivedFromMessageConcept used by dfx::Core::Message::is() and dfx::Core::Message::as() to constrain types
 RDerivedFromNodeConcept used by dfx::Core::Node::is() and dfx::Core::Node::as() to constrain types
 RDerivedFromPortConcept used by dfx::Core::Port::as() to constrain types
 RDerivedFromTransportConcept used by dfx::Core::Transport::as() and dfx::Core::Transport::is() to constrain types
 NRuntime
 NApi
 RDerivedFromTaskConvenience concept for constraining templates to Task-derived types
 NServer
 RDerivedFromTcpSessionConstrains a type to be derived from dfx::Server::TcpSession
 NUtils
 RIsEnumConcept matching any enumeration type. This is used to constrain Flags to be instantiated only with enum types
 RPriorityMapperConcept for a priority extractor
 RCallWithTokenConcept for a task that can be executed with a stop token
 RCallWithoutTokenConcept for a task that can be executed without a stop token
 RRunnableConcept defining a valid Thread worker