MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / DispatchAction

Enum DispatchAction

include/thundersvm/util/log.h:2192–2194  ·  view source on GitHub ↗

@brief Action to be taken for dispatching

Source from the content-addressed store, hash-verified

2190 };
2191/// @brief Action to be taken for dispatching
2192 enum class DispatchAction : base::type::EnumType {
2193 None = 1, NormalLog = 2, SysLog = 4
2194 };
2195 } // namespace base
2196 template <typename T>
2197 class Callback : protected base::threading::ThreadSafe {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected