Blender V4.3
lazy_threading.cc File Reference
#include "BLI_lazy_threading.hh"
#include "BLI_stack.hh"
#include "BLI_vector.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::lazy_threading
 

Typedefs

using blender::lazy_threading::HintReceivers = RawStack<RawVector<FunctionRef<void()>, 0>, 0>
 

Functions

void blender::lazy_threading::send_hint ()
 

Variables

static thread_local HintReceivers blender::lazy_threading::hint_receivers