LazyWithContext<'T, 'ctxt> Type
Just like "Lazy" but EVERY forcer must provide an instance of "ctxt", e.g. to help track errors on forcing back to at least one sensible user location
Instance members
Instance member |
Description
|
Full Usage:
this.Force
Parameters:
'ctxt
Returns: 'T
|
|
Full Usage:
this.IsDelayed
Returns: bool
|
|
Full Usage:
this.IsForced
Returns: bool
|
|
Full Usage:
this.UnsynchronizedForce
Parameters:
'ctxt
Returns: 'T
|
|
Static members
Static member |
Description
|
Full Usage:
LazyWithContext.Create(f, findOriginalException)
Parameters:
'ctxt -> 'T
findOriginalException : exn -> exn
Returns: LazyWithContext<'T, 'ctxt>
|
|
|
|