/*** Copyright (C) Jamie Reece Wilson (a/k/a "Reece"). All rights reserved. File: AuStopTheWorld.hpp Date: 2024-09-09 Author: Reece ***/ #pragma once namespace Aurora::Threading { void WakeOnAddressHoldContainersAndTheWorld(const AuVoidFunc &func); }