![]() | timeout Class |
Namespace: WhetStone.Processes
public static class timeout
Name | Description | |
---|---|---|
![]() ![]() | TimeOut(Action, TimeSpan) |
Perform an Action, or cancel it if it exceeds a timeout.
|
![]() ![]() | TimeOutT(FuncT, TimeSpan, T) |
Perform an FuncTResult, or cancel it if it exceeds a timeout.
|