AuroraRuntime/Source/IO/IPC
Reece Wilson 42b364840e [*] Cleanup Async.NT.cpp
[*] Fix bug in IOProcessor where work items were not enough to cont execution in a loop checking ::HasItems
[+] PromiseCallbackFunctional constructor with one functor arg
2022-08-18 17:19:32 +01:00
..
IPC.cpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
IPC.hpp [*] Fix IOPipeProcessor was checking against base + length instead of write head to determine stream consumer completion 2022-06-22 21:24:04 +01:00
IPCHandle.cpp [+] AuParse::[Stringify/Parse][U/S]Int[16] class of parse APIs 2022-08-04 14:08:12 +01:00
IPCHandle.hpp Further Linux support 2022-08-02 05:52:57 +01:00
IPCMemory.NT.cpp Further Linux support 2022-08-02 05:52:57 +01:00
IPCMemory.NT.hpp Further Linux support 2022-08-02 05:52:57 +01:00
IPCMemory.Unix.cpp [+] Quick support for IProcessSectionView on Linux 2022-08-10 12:12:36 +01:00
IPCMemory.Unix.hpp [+] Quick support for IProcessSectionView on Linux 2022-08-10 12:12:36 +01:00
IPCMutexFutex.Linux.cpp [+] Near 1:1 Linux IPC Pipe compared to the NT equivalent (~= CreateNamedPipeA(nMaxInstances=1, dwOpenMode=PIPE_ACCESS_DUPLEX, dwPipeMode=PIPE_TYPE_BYTE)) 2022-08-09 07:48:29 +01:00
IPCMutexFutex.Linux.hpp [+] Near 1:1 Linux IPC Pipe compared to the NT equivalent (~= CreateNamedPipeA(nMaxInstances=1, dwOpenMode=PIPE_ACCESS_DUPLEX, dwPipeMode=PIPE_TYPE_BYTE)) 2022-08-09 07:48:29 +01:00
IPCPipe.NT.cpp [*] Cleanup Async.NT.cpp 2022-08-18 17:19:32 +01:00
IPCPipe.NT.hpp [+] Improved IPCHandle implementation 2022-07-21 07:19:45 +01:00
IPCPipe.Unix.cpp [+] Near 1:1 Linux IPC Pipe compared to the NT equivalent (~= CreateNamedPipeA(nMaxInstances=1, dwOpenMode=PIPE_ACCESS_DUPLEX, dwPipeMode=PIPE_TYPE_BYTE)) 2022-08-09 07:48:29 +01:00
IPCPipe.Unix.hpp [+] Near 1:1 Linux IPC Pipe compared to the NT equivalent (~= CreateNamedPipeA(nMaxInstances=1, dwOpenMode=PIPE_ACCESS_DUPLEX, dwPipeMode=PIPE_TYPE_BYTE)) 2022-08-09 07:48:29 +01:00
IPCPrimitives.Linux.cpp Further Linux support 2022-08-02 05:52:57 +01:00
IPCPrimitives.Linux.hpp Further Linux support 2022-08-02 05:52:57 +01:00
IPCPrimitives.NT.cpp [+] Improved IPCHandle implementation 2022-07-21 07:19:45 +01:00
IPCPrimitives.NT.hpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00