Constructor | Description |
|
|
Instance member | Description |
|
|
|
|
|
|
Full Usage:
this.Delay
Parameters:
unit -> Cont<'a, 'b>
Returns: ('a -> 'b) -> (exn -> 'b) -> 'b
|
|
|
|
|
|
|
|
Full Usage:
this.TryFinally
Parameters:
Cont<'a, 'b>
finallyBlock : unit -> unit
Returns: ('a -> 'b) -> (exn -> 'b) -> 'b
|
|
|
|
Full Usage:
this.Using
Parameters:
'a
body : 'a -> Cont<'b, 'c>
Returns: ('b -> 'c) -> (exn -> 'c) -> 'c
|
|
Full Usage:
this.While
Parameters:
unit -> bool
body : Cont<unit, 'a>
Returns: (unit -> 'a) -> (exn -> 'a) -> 'a
|
|
|