feat: wait primitives #22
Annotations
1 error and 3 warnings
|
Credo
Process completed with exit code 24.
|
|
Credo:
test/durable/wait_test.exs#L563
Using `length/1` is expensive, prefer comparing against an empty list.
|
|
Credo:
test/durable/wait_test.exs#L596
Using `length/1` is expensive, prefer comparing against an empty list.
|
|
Credo:
lib/durable/executor.ex#L273
Function is too complex (cyclomatic complexity is 11, max is 10).
|