Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 392 Bytes

Summary.Pipes.IO.SavePipe{I}.md

File metadata and controls

15 lines (11 loc) · 392 Bytes
public class SavePipe<I> : IPipe<I, Unit>

A IPipe<I, O> that saves the input to the file.

Methods

public async Task<Unit> Run(I input)

Asynchronously processes the specified input and returns the output.