Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 447 Bytes

Summary.Pipes.IO.ScanPipe.md

File metadata and controls

15 lines (11 loc) · 447 Bytes
public class ScanPipe : IPipe<Unit, Source[]>

A IPipe<I, O> that searches specified directory (recursively) for files that match specified pattern.

Methods

public async Task<Source[]> Run(Unit _)

Asynchronously processes the specified input and returns the output.