PureharmEffectPoolAliases

class Object
trait Matchable
class Any

Type members

Types

Denotes execution contexts backed by a cached thread pool

Denotes execution contexts backed by a cached thread pool

Denotes execution contexts backed by a fixed thread pool

Denotes execution contexts backed by a fixed thread pool

Similar to ExecutionContextFT, except that it guarantees that we have two threads, and it's specially designated as the pool on which most (most of the time all) CPU bound computation should be done in our apps, and the pool underlying instances of cats.effect.ContextShift and cats.effect.Timer

Similar to ExecutionContextFT, except that it guarantees that we have two threads, and it's specially designated as the pool on which most (most of the time all) CPU bound computation should be done in our apps, and the pool underlying instances of cats.effect.ContextShift and cats.effect.Timer

Denotes execution contexts with one single thread

Denotes execution contexts with one single thread

Value members

Concrete fields

val Pools: Pools

Constructor object for various pools.

Constructor object for various pools.

Mirror of Pools constructors, but without proper cleanup.

Mirror of Pools constructors, but without proper cleanup.

Use with caution