Files
core_future/tjp/core/future/FutureResult.h
2026-03-06 09:28:09 -05:00

13 lines
237 B
C++
Executable File

// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
namespace tjp::core {
template<typename T>
struct FutureResult;
} // namespace