dcdourado / ecto_backfiller

A back-pressured backfill executor for Ecto
Apache License 2.0
1 stars 0 forks source link

fix consumer cancelling #8

Closed dcdourado closed 2 years ago

dcdourado commented 2 years ago

Closes #1

Changed the stop/0 function name to cancel/0 to follow same the pattern of GenStage API.