EpollEventLoop class

Constructors

EpollEventLoop(LibC libc)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add({required int fd, required Set<EpollFlag> events, required FdReadyCallback isolateCallback, required dynamic isolateCallbackContext, required ValueCallback onValue, required ErrorCallback onError}) Future<FdHandler>
delete({required FdHandler listener}) Future<void>
dispose() Future<void>
modify({required FdHandler listener, Set<EpollFlag>? events, FdReadyCallback? isolateCallback, ValueCallback? callback}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited