MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Break

Method Break

include/process/loop.hpp:189–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 {
188 public:
189 Break(T t) : t(std::move(t)) {}
190
191 template <typename U>
192 operator ControlFlow<U>() const &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected