GitXplorerGitXplorer
m

he-man

public
2 stars
0 forks
6 issues

Commits

List of commits on branch master.
Unverified
085d02f004d325e2534bd4cf0a5f2ced6dc3a09d

Extend the runtime to support threads sleeping.

mmsullivan committed 8 years ago
Unverified
1b4b20a75d33058633ffb7938f3c29153db14398

Fix a bunch of concurrency problems.

mmsullivan committed 8 years ago
Unverified
03e59478110081057f7db5078885d9e70a47c831

Merge branch 'master' of github.com:msullivan/he-man

mmsullivan committed 10 years ago
Unverified
a19bc05537d5510bb9d9dc2cbfe554d2c8d5f495

Make the single threaded main loop call epoll much less often.

mmsullivan committed 11 years ago
Unverified
8e6977bd394d3a4019c5e696e43a2df5ee960e4c

Reenable count, remove whitespace.

mmsullivan committed 11 years ago
Unverified
220eba0b314b029089586e1f839188dc519dc7ec

Some minor tweaking.

mmsullivan committed 11 years ago

README

The README file for this repository.

He-Man: Haskell Event Manager, Apropos Networking.

To test He-Man in GHC, load src/Http.hs or src/Echo.hs and type in:

compile "output_filename.c" main_loop

This will compile the program to output_filename.c, which can be passed to a C compiler and linked against the files in the src/rt directory. (A Makefile is available in src/rt.)