Skip to content

Limiting size of internal queue #7

Closed
@felixSchl

Description

@felixSchl

I am porting pipes-concurrency to purescript and am looking for a suitable way to implement the buffering of values.

I need to implement:

data Buffer a
  = Unbounded   -- this is what AVar currently does
  | Bounded Int -- ?
  | Latest a    -- ?
  | Newest Int  -- ?

Do you think this project is the right candidate to implement Newest Int and Bounded Int on top of?

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