AuroraRuntime/Include/Aurora/IO/IOExperimental.hpp
Reece 44108a322e 2/3 of the IO update (very early implementation)
[+] TTYConsole::GetPaddingTopOfLog,GetPaddingHeadOfLog,GetPaddingTopOfLog [+ set variants]
[+] IO::IOYield()
[+] IO::IAsyncTransaction::Failed,GetOSErrorCode()
[+] IByteBufferStreamPair
[+] IIOBufferedInterceptor
[+] IIOBufferedProcessor
[+] IIOEventListener
[+] IIOPipeEventListener
[+] IIOProcessorEventListener
[+] IIOProcessorManualInvoker
[+] IIOWaitableIOLoopSource
[+] IIOWaitableIOTimer
[+] IIOWaitableItem
[+] IIOWaitableTickLimiter
[+] IOAdapterAsyncStream
[+] IOAdapterByteBuffer
[+] IOAdapterCompression
[+] IOAdapterSeeking
[*] Cleanup CpuInfo.Linux.cpp
[*] Fixup async threadpool some more
[*] LSTimer.NT.cpp updates timer object on tick state update, akin to Linux
2022-06-12 00:01:27 +01:00

41 lines
969 B
C++

/***
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: IOExperimental.hpp
Date: 2022-6-6
Author: Reece
***/
#pragma once
#include "IIOProcessorManualInvoker.hpp"
#include "IIOWaitableItem.hpp"
#include "IIOEventListener.hpp"
#include "EIOProcessorEventStage.hpp"
#include "IIOPipeEventListener.hpp"
#include "IIOPipeProcessor.hpp"
#include "IIOProcessorEventListener.hpp"
#include "IIOProcessorItem.hpp"
#include "IIOProcessor.hpp"
//#include "IBufferedWriterToReader.hpp"
//#include "IBufferedReadProcessorToReader.hpp"
#include "IIOPipeInterceptor.hpp"
#include "IIOBufferedProcessor.hpp"
#include "IByteBufferStreamPair.hpp"
#include "IOAdapterAsyncStream.hpp"
#include "IOAdapterByteBuffer.hpp"
#include "IOAdapterCompression.hpp"
#include "IOAdapterSeeking.hpp"
#include "IIOWaitableTickLimiter.hpp"
#include "IIOWaitableIOTimer.hpp"
#include "IIOWaitableIOLoopSource.hpp"
#include "IOPipeInterceptorNop.hpp"