ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
function_ref.hpp File Reference

Non-owning callable reference used by internal synchronous paths. More...

#include "move_only_function.hpp"
#include <functional>
#include <memory>
#include <type_traits>
#include <utility>
Include dependency graph for function_ref.hpp:

Go to the source code of this file.

Classes

class  threadschedule::detail::function_ref< R(Args...)>
 

Namespaces

namespace  threadschedule
 
namespace  threadschedule::detail
 Aggregates multiple thread_registry_backend instances into a single queryable view.
 

Detailed Description

Non-owning callable reference used by internal synchronous paths.

Definition in file function_ref.hpp.