Module teraflop.async.event
Abstraction over a D delegate, modelling the C# event paradigm.
Structs
| Name | Description |
|---|---|
Event
|
Abstraction over a D delegate, modelling the C# event paradigm.
|
Manifest constants
| Name | Type | Description |
|---|---|---|
isEvent
|
Detect whether T is an instance of the Event struct.
|