Blender V4.3
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
60#include "BLI_function_ref.hh"
61
63
68void send_hint();
69
75 public:
81 HintReceiver(FunctionRef<void()> fn);
83};
84
91 public:
94};
95
96} // namespace blender::lazy_threading
HintReceiver(FunctionRef< void()> fn)