DotNext.Runtime.CompilerServices
Namespace with 4 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.
Interfaces
IFunctional`1
Represents root interface for all functional interfaces.