Go to file
Adrien Bourmault 3760625632
WIP: working on scheduler and worker
2024-03-18 23:59:00 +02:00
data WIP: ready to work 2024-03-13 20:10:10 +02:00
include WIP: working on scheduler and worker 2024-03-18 23:59:00 +02:00
src WIP: working on scheduler and worker 2024-03-18 23:59:00 +02:00
.gitignore WIP: ready to work 2024-03-13 20:10:10 +02:00
LICENSE Add LICENSE 2021-03-28 15:26:21 +00:00
Makefile WIP: ready to work 2024-03-13 20:10:10 +02:00
README.md First unit tests for scheduler 2021-06-14 20:22:11 +02:00
manifest.scm WIP: thread structure ready ! 2024-03-15 23:10:10 +02:00

README.md

gem-graph-server

Build & execute the program:

make
make run

Build & execute tests

make tests
make run-tests