This is the complete list of members for SC::FiberAsyncIO, including all inherited members.
| accept(const SocketDescriptor &serverSocket, SocketDescriptor &outClient) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| asyncEventLoop() (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| asyncEventLoop() const (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| cancelAll() (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| connect(const SocketDescriptor &socket, SocketIPAddress address) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| FiberAsyncIO(FiberScheduler &fiberScheduler, AsyncEventLoop &asyncEventLoop, Span< FiberAsyncCommand > commandStorage={}) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| fiberScheduler() (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| fiberScheduler() const (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| filePoll(const FileDescriptor &file) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| fileRead(const FileDescriptor &file, Span< char > buffer, FiberAsyncFileReadResult &outResult) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| fileReadAt(const FileDescriptor &file, uint64_t offset, Span< char > buffer, FiberAsyncFileReadResult &outResult) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| fileReadExact(const FileDescriptor &file, Span< char > buffer, FiberAsyncFileReadResult &outResult) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| fileReadExactAt(const FileDescriptor &file, uint64_t offset, Span< char > buffer, FiberAsyncFileReadResult &outResult) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| fileSend(const FileDescriptor &file, const SocketDescriptor &socket, FiberAsyncFileSendOptions options={}, FiberAsyncFileSendResult *outResult=nullptr) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| fileWrite(const FileDescriptor &file, Span< const char > data, FiberAsyncFileWriteResult *outResult=nullptr) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| fileWriteAll(const FileDescriptor &file, Span< const char > data, FiberAsyncFileWriteResult *outResult=nullptr) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| fileWriteAllAt(const FileDescriptor &file, uint64_t offset, Span< const char > data, FiberAsyncFileWriteResult *outResult=nullptr) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| fileWriteAt(const FileDescriptor &file, uint64_t offset, Span< const char > data, FiberAsyncFileWriteResult *outResult=nullptr) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| isOwnerThread() const (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| processExit(FileDescriptor::Handle process, FiberAsyncProcessExitResult &outResult) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| receive(const SocketDescriptor &socket, Span< char > buffer, FiberAsyncSocketReceiveResult &outResult) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| receiveFrom(const SocketDescriptor &socket, Span< char > buffer, FiberAsyncSocketReceiveFromResult &outResult) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| run() (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| runNoWait() (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| runOnce() (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| runOwner() (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| runOwnerNoWait() (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| runOwnerOnce() (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| runOwnerUntilComplete() (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| runOwnerUntilIdle() (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| runUntilComplete() (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| runUntilIdle() (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| send(const SocketDescriptor &socket, Span< const char > data, FiberAsyncSocketSendResult *outResult=nullptr) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| sendAll(const SocketDescriptor &socket, Span< const char > data, FiberAsyncSocketSendResult *outResult=nullptr) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| sendTo(const SocketDescriptor &socket, SocketIPAddress address, Span< const char > data, FiberAsyncSocketSendResult *outResult=nullptr) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| signal(int signalNumber, FiberAsyncSignalResult &outResult) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO | |
| sleep(TimeMs duration) (defined in SC::FiberAsyncIO) | SC::FiberAsyncIO |