mavnn / Hopac

http://hopac.github.io/Hopac/Hopac.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ Reference ]

Hopac is a Concurrent ML style concurrent programming library for F#.

NuGet version AppVeyor Build status Travis Build Status

Development

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.

About

http://hopac.github.io/Hopac/Hopac.html

License:MIT License


Languages

Language:F# 75.2%Language:C# 23.1%Language:Shell 1.7%