Persimmon


AsyncRunBuilder

Namespace: Persimmon

Constructors

ConstructorDescription
new()
Signature: unit -> AsyncRunBuilder

CompiledName: .ctor

Instance members

Instance memberDescription
x.It((), a)
Signature: (unit * a:Async<'T>) -> Async<'T>
Type parameters: 'T Attributes:
[<CustomOperation("it")>]
x.Run(a)
Signature: a:Async<'?7924> -> TestCase<'?7924>
Type parameters: '?7924
x.Yield()
Signature: unit -> unit
Fork me on GitHub