Skip to content

Commit

Permalink
Merge pull request #125 from Kantis/patch-1
Browse files Browse the repository at this point in the history
Fixing link to Resource API docs
  • Loading branch information
nomisRev committed Jun 4, 2024
2 parents 60c2f05 + 5dcc2e4 commit cc12913
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 @@ -60,7 +60,7 @@ Note: since our `CoroutineScope` is cancelled we need to run our `delay` in `Non

## SuspendApp Arrow's Resource

[Arrow Fx Coroutines Resource](https://arrow-kt.io/docs/apidocs/arrow-fx-coroutines/arrow.fx.coroutines/-resource/)
[Arrow Fx Coroutines Resource](https://apidocs.arrow-kt.io/arrow-fx-coroutines/arrow.fx.coroutines/-resource/index.html)
allows for modeling resources within the `suspend` world,
and properly takes into account structured concurrency and cancellation.
This means that when a `CoroutineScope` gets cancelled, then any `suspend finalizer` will _back pressure_ `Job#join`.
Expand Down

0 comments on commit cc12913

Please sign in to comment.