https://github.com/7sharp9/fsharpdataflow
https://github.com/7sharp9/fsharpdataflow
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/7sharp9/fsharpdataflow
- Owner: 7sharp9
- Created: 2012-02-22T00:04:04.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T20:36:18.000Z (about 9 years ago)
- Last Synced: 2025-03-29T07:11:26.730Z (11 months ago)
- Language: F#
- Homepage:
- Size: 8.79 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An implementation of MailboxProcessor using TPL Dataflow.
Have a look at the following posts for details:
[TDF Agents I] (http://7sharpnine.com/2012/01/22/2012-01-22-fsharp-dataflow-agents-i//)
[TDF Agents II] (http://7sharpnine.com/2012/01/30/2012-01-24-fsharp-dataflow-agents-ii/)
[TDF Agents III] (http://7sharpnine.com/2012/02/20/2012-02-19-fsharp-dataflow-agents-iii/)
TODO: Add XmlDoc comments for the member functions. Most of the functions are the equivelent of the MailboxProcessor's apart from `Scan` and `TryScan`