/*** Copyright (C) 2024 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: AuIOThreadPool.hpp Date: 2024-2-25 Author: Reece ***/ #pragma once namespace Aurora::IO::Async { AuAsync::WorkerPId_t GetAuxWorkerPoolAndRegister(); }