package effect
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
AsyncResourcePool[F[_], T] extends AnyRef
Asynchronous non-blocking resource pool with lifetime control.
- final class AsyncTable[F[_], K, V] extends AnyRef
- trait Close[F[_], -T] extends AnyRef
- class Decoder[F[_], A] extends Stream[F, A]
-
trait
Effect[F[_]] extends AnyRef
Korolev's internal presentation of effect (such as Future, cats.effect.IO, Monix or ZIO tasks).
Korolev's internal presentation of effect (such as Future, cats.effect.IO, Monix or ZIO tasks). Contains enough functionality to make Korolev works.
- Annotations
- @implicitNotFound( ... )
-
final
class
Hub[F[_], T] extends AnyRef
A function which returns new streams which contains same elements as the parent stream.
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.
-
class
Queue[F[_], T] extends AnyRef
Nonblocking, concurrent, asynchronous queue.
-
trait
Reporter extends AnyRef
Korolev INTERNAL reporting subsystem.
Korolev INTERNAL reporting subsystem. Do not use it in application code.
- final class Scheduler[F[_]] extends AnyRef
- abstract class Stream[F[_], A] extends AnyRef
- final class Var[F[_], T] extends AnyRef