https://github.com/7sharp9/pipelets
F# pipeline implementation
https://github.com/7sharp9/pipelets
Last synced: 8 months ago
JSON representation
F# pipeline implementation
- Host: GitHub
- URL: https://github.com/7sharp9/pipelets
- Owner: 7sharp9
- Created: 2011-04-14T22:23:11.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-12-16T01:16:53.000Z (about 14 years ago)
- Last Synced: 2025-04-19T15:54:41.747Z (10 months ago)
- Language: F#
- Homepage:
- Size: 182 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.