AuroraRuntime/Include/Aurora/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.hpp [*] Update how AuAsync handles SysPump - we should really deprecate it. 2022-05-09 19:27:36 +01:00
AsyncTypes.hpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
IAsyncApp.hpp A pretty large patch not worth breaking up into separate commits 2021-11-05 17:34:23 +00:00
IThreadPool.hpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
IWorkItem.hpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
IWorkItemHandler.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00
JobFrom.hpp [+] IIOSimpleEventListener 2022-06-22 14:42:17 +01:00
Jobs.hpp [+] Added reschedClockAbsMs/reschedClockAbsNs 2021-11-08 00:11:01 +00:00
OldTrash.hpp [*] Linux build errors 2022-06-12 14:53:35 +01:00
TaskFrom.hpp [+] IIOSimpleEventListener 2022-06-22 14:42:17 +01:00
Tasks.hpp [+] Added Async::ITask 2021-11-07 20:26:52 +00:00
WorkBasic.hpp [+] AuStaticPointerCast 2022-01-19 18:53:22 +00:00
WorkPairImpl.hpp [*] Refactor WorkItemHandler EProcessNext -> ETickType 2022-05-17 00:41:27 +01:00