Module concurrent

Source

Structs§

ConcurrentConfig
Configuration for a concurrent pipeline
PrunerConfig

Traits§

Handler
Handlers implement the logic for a given indexing pipeline: How to process checkpoint data (by implementing Processor) into rows for their table, and how to write those rows to the database.