Skip to content

Commit

Permalink
Merge pull request #319 from moka-rs/fix-migration-guide
Browse files Browse the repository at this point in the history
Remove a duplicate paragraph from the migration guide
  • Loading branch information
tatsuya6502 authored Sep 6, 2023
2 parents 4fd6171 + c23d881 commit a03488b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions MIGRATION-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ describes the code changes required to migrate to v0.12.0.
`sync::SegmentedCache` no longer spawn background threads.
- The `scheduled-thread-pool` crate was removed from the dependency.
- Because of this change, many private methods and some public methods under the
`future` module were converted to `async` methods. You may need to add `.await`
`future` module were converted to `async` methods. You will need to add `.await`
to your code for those methods.

- Because of this change, many external and internal methods of `future::Cache`
were converted to `async` methods. You may need to add `.await` to your code for
those methods.

- **Immediate notification delivery**: The `notification::DeliveryMode` enum for the
eviction listener was removed. Now all cache types behave as if the `Immediate`
delivery mode is specified.
Expand Down

0 comments on commit a03488b

Please sign in to comment.