[-] ...an api that shouldn't exist anymore
This commit is contained in:
parent
7010155916
commit
6c5e99ba8f
@ -12,7 +12,6 @@
|
||||
|
||||
namespace Aurora::Async
|
||||
{
|
||||
struct WorkerId_t;
|
||||
struct WorkerPId_t;
|
||||
}
|
||||
|
||||
@ -32,12 +31,6 @@ namespace Aurora::Console::Commands
|
||||
*/
|
||||
AUKN_SYM bool DispatchCommandThisThread(const AuString &string);
|
||||
|
||||
/**
|
||||
* Parses `string` on the current thread and then schedules the ICommandSubscriber callback on the specified thread
|
||||
*/
|
||||
AUKN_SYM bool DispatchCommandToAsyncRunner(const AuString &string, Async::WorkerId_t id);
|
||||
|
||||
|
||||
/**
|
||||
* Parses `string` on the current thread and then schedules the ICommandSubscriber callback on the specified thread
|
||||
*/
|
||||
|
@ -136,11 +136,6 @@ namespace Aurora::Console::Commands
|
||||
return Dispatch(string, EDispatchType::eNow, {});
|
||||
}
|
||||
|
||||
AUKN_SYM bool DispatchCommandToAsyncRunner(const AuString &string, Async::WorkerId_t id)
|
||||
{
|
||||
return Dispatch(string, EDispatchType::eAsync, AuAsync::WorkerPId_t(AuUnsafeRaiiToShared(AuAsync::GetAsyncApp()), id));
|
||||
}
|
||||
|
||||
AUKN_SYM bool DispatchCommandToAsyncRunner(const AuString &string, Async::WorkerPId_t id)
|
||||
{
|
||||
return Dispatch(string, EDispatchType::eAsync, id);
|
||||
|
Loading…
Reference in New Issue
Block a user