Jakub Pi
07/21/2020, 1:16 AMsimon.vergauwen
07/21/2020, 6:36 AMSchedule
, which is documented here. https://arrow-kt.io/docs/next/apidocs/arrow-fx-coroutines/arrow.fx.coroutines/-schedule/index.html
And CircuitBreaker
is documented here:
https://arrow-kt.io/docs/next/apidocs/arrow-fx-coroutines/arrow.fx.coroutines/-circuit-breaker/index.html
Although that documentation could use a little bit work 😅simon.vergauwen
07/21/2020, 6:40 AMQueue
, MVar
etc where you deal with suspension, atomicity, etc
In Arrow Fx this required IO
or F
constrained to Concurrent
, but this is no longer necessary with an efficient suspend
implementation 🙂simon.vergauwen
07/21/2020, 6:40 AMJakub Pi
07/21/2020, 3:41 PMsimon.vergauwen
07/22/2020, 8:13 AM