co-log-concurrent-0.4.0.0: Asynchronous backend for co-log library

Copyright(c) 2018-2020 Kowainik (c) 2020 Alexander Vershilov
LicenseMPL-2.0
MaintainerAlexander Vershilov <alexander.vershilov@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Colog.Concurrent.Internal

Description

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