korolev.effect
package korolev.effect
Type members
Classlikes
@implicitNotFound("Instance of Effect for ${F} is not found.")
Korolev's internal presentation of effect (such as Future, cats.effect.IO, Monix or ZIO tasks). Contains enough functionality to make Korolev works.
Korolev's internal presentation of effect (such as Future, cats.effect.IO, Monix or ZIO tasks). Contains enough functionality to make Korolev works.
- Companion
- object
A function which returns new streams which contains same elements as the parent stream. This is helpful when you want to consume content of the stream in few different places.
A function which returns new streams which contains same elements as the parent stream. This is helpful when you want to consume content of the stream in few different places.
- Companion
- object
Nonblocking, concurrent, asynchronous queue.
Nonblocking, concurrent, asynchronous queue.
- Companion
- object