~zainab/blog

8dffdeb4f8f5bf541cbc954de6477fe70a39c810 — zainab-ali 1 year, 2 months ago fb0935c
Rerun snippets with more compute
1 files changed, 1 insertions(+), 1 deletions(-)

M src/chapters/2022-02-12-cats-effect-ioruntime/snippets.out.md
M src/chapters/2022-02-12-cats-effect-ioruntime/snippets.out.md => src/chapters/2022-02-12-cats-effect-ioruntime/snippets.out.md +1 -1
@@ 359,5 359,5 @@ val betterSnoozeAndCompute: IO[Unit] =
time(betterSnoozeAndCompute).unsafeRunSync()(
  boundedRuntime(numProcessors)
  )
// res15: String = "The task took 5 seconds."
// res15: String = "The task took 3 seconds."
```