AuroraRuntime/Source/Async
Reece 0c3344fe46 [+] IIOSimpleEventListener
[+] IOProcessor::StartSimpleIOWatch(const AuSPtr<IIOWaitableItem> &object, const AuSPtr<IIOSimpleEventListener> &listener)
[+] IOProcessor::StartSimpleLSWatch(const AuSPtr<Loop::ILoopSource> &source, const AuSPtr<IIOSimpleEventListener> &listener)
[*] IOAdapterAsyncStream should reset the transactions IO state upon reaching end of segment (should this be per tick?) or upon stream error - otherwise, we end up spinning on a stuck event forever
[*] Fix non-linear path under read of the AuByteBuffer
[*] Fix various other nonlinear conditions under AuByteBuffer
[*] IOProcessor releases registered io item from queue upon request
[*] Fix ConsoleMessage::Write -> enumeration of color should be casted to a uint8
[+] Error telemetry under async task creation
[*] Fix various lock ups and non-blocking spins related to erroneous InternalRunOne impl. Residual preemptive batching was fucking with modern io.
[*] Cleanup TaskFrom/JobFrom. More work required to clean up legacy piss
2022-06-22 14:42:17 +01:00
..
Async.cpp A pretty large patch not worth breaking up into separate commits 2021-11-05 17:34:23 +00:00
Async.hpp A pretty large patch not worth breaking up into separate commits 2021-11-05 17:34:23 +00:00
AsyncApp.cpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
AsyncApp.hpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
AsyncRunnable.hpp [+] Minimalistic AuNumericLimits implementation 2022-02-19 17:56:45 +00:00
GroupState.cpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
GroupState.hpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
Schedular.cpp [+] Try/catch around SysPump under async sched 2022-05-18 21:22:58 +01:00
Schedular.hpp A pretty large patch not worth breaking up into separate commits 2021-11-05 17:34:23 +00:00
ThreadPool.cpp [+] IIOSimpleEventListener 2022-06-22 14:42:17 +01:00
ThreadPool.hpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
ThreadState.hpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
ThreadWorkerQueueShim.cpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
ThreadWorkerQueueShim.hpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
WorkItem.cpp [+] IIOSimpleEventListener 2022-06-22 14:42:17 +01:00
WorkItem.hpp [*] AuAsync: remove illegal static casts 2022-05-17 02:43:40 +01:00