Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::AsyncFiberIO Member List

This is the complete list of members for SC::AsyncFiberIO, including all inherited members.

accept(const SocketDescriptor &serverSocket, SocketDescriptor &outClient) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
asyncEventLoop() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
asyncEventLoop() const (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
AsyncFiberIO(FiberScheduler &fiberScheduler, AsyncEventLoop &asyncEventLoop, Span< AsyncFiberCommand > commandStorage={}) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
AsyncFiberIO(const AsyncFiberIO &)=delete (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
AsyncFiberIO(AsyncFiberIO &&)=delete (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
cancelAll() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
connect(const SocketDescriptor &socket, SocketIPAddress address) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
fiberScheduler() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
fiberScheduler() const (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
filePoll(const FileDescriptor &file) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
fileRead(const FileDescriptor &file, Span< char > buffer, AsyncFiberFileReadResult &outResult) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
fileReadAt(const FileDescriptor &file, uint64_t offset, Span< char > buffer, AsyncFiberFileReadResult &outResult) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
fileReadExact(const FileDescriptor &file, Span< char > buffer, AsyncFiberFileReadResult &outResult) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
fileReadExactAt(const FileDescriptor &file, uint64_t offset, Span< char > buffer, AsyncFiberFileReadResult &outResult) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
fileSend(const FileDescriptor &file, const SocketDescriptor &socket, AsyncFiberFileSendOptions options={}, AsyncFiberFileSendResult *outResult=nullptr) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
fileWrite(const FileDescriptor &file, Span< const char > data, AsyncFiberFileWriteResult *outResult=nullptr) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
fileWriteAll(const FileDescriptor &file, Span< const char > data, AsyncFiberFileWriteResult *outResult=nullptr) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
fileWriteAllAt(const FileDescriptor &file, uint64_t offset, Span< const char > data, AsyncFiberFileWriteResult *outResult=nullptr) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
fileWriteAt(const FileDescriptor &file, uint64_t offset, Span< const char > data, AsyncFiberFileWriteResult *outResult=nullptr) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
isOwnerThread() const (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
operator=(const AsyncFiberIO &)=delete (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
operator=(AsyncFiberIO &&)=delete (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
processExit(FileDescriptor::Handle process, AsyncFiberProcessExitResult &outResult) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
receive(const SocketDescriptor &socket, Span< char > buffer, AsyncFiberSocketReceiveResult &outResult) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
receiveFrom(const SocketDescriptor &socket, Span< char > buffer, AsyncFiberSocketReceiveFromResult &outResult) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
run() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
runNoWait() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
runOnce() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
runOwner() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
runOwnerNoWait() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
runOwnerOnce() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
runOwnerUntilComplete() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
runOwnerUntilIdle() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
runUntilComplete() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
runUntilIdle() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
send(const SocketDescriptor &socket, Span< const char > data, AsyncFiberSocketSendResult *outResult=nullptr) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
sendAll(const SocketDescriptor &socket, Span< const char > data, AsyncFiberSocketSendResult *outResult=nullptr) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
sendTo(const SocketDescriptor &socket, SocketIPAddress address, Span< const char > data, AsyncFiberSocketSendResult *outResult=nullptr) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
signal(int signalNumber, AsyncFiberSignalResult &outResult) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
sleep(TimeMs duration) (defined in SC::AsyncFiberIO)SC::AsyncFiberIO
~AsyncFiberIO() (defined in SC::AsyncFiberIO)SC::AsyncFiberIO