Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: RT.Util.CustomCallStack

Summary

Provides static functionality to execute work on an unlimited call stack, which is not limited to 1 MB as the standard call stack is.

Static methods

T
Run<T>(WorkNode<T> node)
Runs the specified work on a custom call stack, which is not limited to 1 MB as the standard call stack is. See remarks for details. (see also remarks)