Is std::move_only_function thread safe?
Is it safe to call a std::move_only_function
object in one thread and replace the function it points to in another thread?
Is it safe to call a std::move_only_function
object in one thread and replace the function it points to in another thread?