DotNext.Runtime.CompilerServices
Namespace with 5 public types
Classes
Shared`1
Represents container for value type.
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.