C# Class Helios.Channels.AbstractChannel.PausableChannelEventLoop

Inheritance: PausableChannelEventExecutor, IEventLoop
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

Свойство Type Description
Unwrapped IEventLoop

Private Properties

Свойство Type Description
IEventLoop IEventLoop

Méthodes publiques

Méthode Description
AcceptNewTasks ( ) : void
PausableChannelEventLoop ( IChannel channel, IEventLoop unwrapped ) : System
RegisterAsync ( IChannel c ) : System.Threading.Tasks.Task
RejectNewTasks ( ) : void
Unwrap ( ) : IEventExecutor

Private Methods

Méthode Description
IEventLoop ( ) : IEventLoop

Method Details

AcceptNewTasks() public méthode

public AcceptNewTasks ( ) : void
Résultat void

PausableChannelEventLoop() public méthode

public PausableChannelEventLoop ( IChannel channel, IEventLoop unwrapped ) : System
channel IChannel
unwrapped IEventLoop
Résultat System

RegisterAsync() public méthode

public RegisterAsync ( IChannel c ) : System.Threading.Tasks.Task
c IChannel
Résultat System.Threading.Tasks.Task

RejectNewTasks() public méthode

public RejectNewTasks ( ) : void
Résultat void

Unwrap() public méthode

public Unwrap ( ) : IEventExecutor
Résultat IEventExecutor

Property Details

Unwrapped public_oe property

public IEventLoop Unwrapped
Résultat IEventLoop