An open API service indexing awesome lists of open source software.

https://github.com/7sharp9/pipelets

F# pipeline implementation
https://github.com/7sharp9/pipelets

Last synced: 8 months ago
JSON representation

F# pipeline implementation

Awesome Lists containing this project

README

          

Pipelets is a composable pipeline library for F#

Each pipeline stage has a backing queue which can be set to a configurable timit, once this limit is reached the stage blocks until a slot if free, this can help under potential denial of service type effects and stops the internal queues becoming too large.

TODO: more details and code example.