DotNext.Runtime.CompilerServices
Namespace with 5 public types
Structures
Scope
Represents a collection of callbacks to be executed at the end of the lexical scope.
SpawningAsyncTaskMethodBuilder
When applied to async method using attribute,
spawns method execution as a new work item in the thread pool, i.e. in parallel.
SpawningAsyncTaskMethodBuilder`1
When applied to async method using attribute,
spawns method execution as a new work item in the thread pool, i.e. in parallel.
SuspendedExceptionTaskAwaitable
Represents awaitable object that can suspend exception raised by the underlying task.
Interfaces
IFunctional`1
Represents root interface for all functional interfaces.