Deedle


AsyncSeriesConstruction<'K>

Namespace: Deedle.Indices

Asynchronous version of SeriesConstruction<'K>. Returns a workflow that evaluates the index, together with a construction to apply (asynchronously) on vectors

Instance members

Instance memberDescription
x.Item1
Signature: Async<IIndex<'K>>
x.Item2
Signature: VectorConstruction
Fork me on GitHub