Свойство | Тип | Описание | |
---|---|---|---|
Unwrapped | IEventLoop |
Свойство | Тип | Описание | |
---|---|---|---|
IEventLoop | IEventLoop |
Метод | Описание | |
---|---|---|
AcceptNewTasks ( ) : void | ||
PausableChannelEventLoop ( IChannel channel, IEventLoop unwrapped ) : System | ||
RegisterAsync ( IChannel c ) : System.Threading.Tasks.Task | ||
RejectNewTasks ( ) : void | ||
Unwrap ( ) : IEventExecutor |
Метод | Описание | |
---|---|---|
IEventLoop ( ) : IEventLoop |
public PausableChannelEventLoop ( IChannel channel, IEventLoop unwrapped ) : System | ||
channel | IChannel | |
unwrapped | IEventLoop | |
Результат | System |
public RegisterAsync ( IChannel c ) : System.Threading.Tasks.Task | ||
c | IChannel | |
Результат | System.Threading.Tasks.Task |