Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BatcherCache, BatcherDictionary #390

Merged
merged 10 commits into from
Jun 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revise cache timings
  • Loading branch information
bartelink committed Jun 6, 2023
commit c651b29d7a90549a31c7c566cc46e50dd38270c6
2 changes: 1 addition & 1 deletion tests/Equinox.Core.Tests/CachingTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ type Tests() =
let! struct (_token, state) = t1
test <@ (1, 1, 1) = (state, cat.Loads, cat.Reloads) @> }

let [<Fact(Skip="not ready yet")>] ``readThrough scenarios`` () = task {
let [<Fact>] ``readThrough scenarios`` () = task {
let! struct (_token, state) = requireLoad ()
test <@ (1, 1, 0) = (state, cat.Loads, cat.Reloads) @>

Expand Down