co-log-0.3.0.0: Composable Contravariant Comonadic Logging Library

Copyright(c) 2018-2019 Kowainik
LicenseMPL-2.0
MaintainerKowainik <xrom.xkov@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Colog.Concurrent.Internal

Description

NOTE: Many thanks to Alexander Vershilov for the implementation.

This is internal module, use it on your own risk. The implementation here may be changed without a version bump.

Synopsis

Documentation

data BackgroundWorker msg Source #

Wrapper for the background thread that may receive messages to process.

Constructors

BackgroundWorker 

Fields

newtype Capacity Source #

A wrapper type that carries capacity. The internal type may be differrent for the different GHC versions.

Constructors

Capacity Natural