Skip to content

Use MonadConc typeclass from concurrency #4

@taktoa

Description

@taktoa

It seems likely to me that this library could be parameterized over an arbitrary concurrency-supporting monad using the MonadConc typeclass from concurrency. This is very useful for testing, as the dejafu package defines a ConcST monad (which has a MonadConc instance) that allows concurrent code to be run purely (so the set of possible execution paths will be explored deterministically).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions