Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgica committed Oct 19, 2023
1 parent ee6d27c commit d3bad3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ println(s"Cached data is ${data.latest}")
// data has not been updated yet, same result
println(s"Cached data is still ${data.latest}")

Thread.sleep(2000)
Thread.sleep(1100)

// the `AutoUpdatingVar` fetched new data while this thread was sleeping
println(s"New cached data is ${data.latest}")
Expand Down

0 comments on commit d3bad3b

Please sign in to comment.