File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Note: since our `CoroutineScope` is cancelled we need to run our `delay` in `Non
60
60
61
61
## SuspendApp Arrow's Resource
62
62
63
- [ Arrow Fx Coroutines Resource] ( https://arrow-kt.io/docs/apidocs/ arrow-fx-coroutines/arrow.fx.coroutines/-resource/ )
63
+ [ Arrow Fx Coroutines Resource] ( https://apidocs. arrow-kt.io/arrow-fx-coroutines/arrow.fx.coroutines/-resource/index.html )
64
64
allows for modeling resources within the ` suspend ` world,
65
65
and properly takes into account structured concurrency and cancellation.
66
66
This means that when a ` CoroutineScope ` gets cancelled, then any ` suspend finalizer ` will _ back pressure_ ` Job#join ` .
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 55
55
# Darwin, MinGW, and NonStop.
56
56
#
57
57
# (3) This script is generated from the Groovy template
58
- # https://github.com/gradle/gradle/blob/HEAD/subprojects/ plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58
+ # https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/ plugins-application /src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
59
59
# within the Gradle project.
60
60
#
61
61
# You can find Gradle at https://github.com/gradle/gradle/.
You can’t perform that action at this time.
0 commit comments