Share via


IWaiter<C> Interface

Definition

Waiters wait for an item to be posted.

public interface IWaiter<C>
type IWaiter<'C> = interface
Public Interface IWaiter(Of C)

Type Parameters

C
Derived

Remarks

Fibers and fiber frames are both waiters.

Properties

Mark

A "mailbox" for storing a wait associated with this frame.

Wait

The active wait for this waiter.

Applies to