[ Reference ]
Hopac is a Concurrent ML style concurrent programming library for F#.
Here is a Bash script to get started:
git clone --recursive https://github.com/Hopac/Hopac.git
cd Hopac
./run tests
See the run
script for other commands.
Note that auto-restore of dependencies has not been enabled due to it taking so long. If you want to build from an IDE like Visual Studio or Xamarin, you can run
./run restore
to restore dependencies.