We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1172fdc commit 6e30a48Copy full SHA for 6e30a48
src/main/scala/model.scala
@@ -38,7 +38,7 @@ object model {
38
* Decides when to signal backpressure given the result or error
39
* of a job
40
*/
41
- type Ack[A] = Either[Throwable, A] => BackPressure
+ type Ack[-A] = Either[Throwable, A] => BackPressure
42
43
/**
44
* Never backpressure
0 commit comments