Blender V5.0
BLI_lazy_threading.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
59
60#include "BLI_function_ref.hh"
61
63
68void send_hint();
69
75 public:
83};
84
91 public:
94};
95
96} // namespace blender::lazy_threading
HintReceiver(FunctionRef< void()> fn)