Skip to content

Commit

Permalink
make Async.async(..) safe in CE 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Fakhritdinov committed Jan 31, 2024
1 parent fe2e1db commit 38119a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ object Consumer {
}
}
}
Sync[F].blocking(f(offsetCommitCallback)).as(None)
Sync[F].blocking(f(offsetCommitCallback)).as(Applicative[F].unit.some)
}
}

Expand Down

0 comments on commit 38119a6

Please sign in to comment.