ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
result.hpp
Go to the documentation of this file.
1#pragma once
2
8#include "expected.hpp"
9
10#include <system_error>
11
12namespace threadschedule
13{
14
21template <typename T>
23
24} // namespace threadschedule
Stable library-owned expected implementation for ThreadSchedule APIs.