lkelly93 / scheduler

Schedules and runs foreign code sequentially.
MIT License
0 stars 1 forks source link

Build Scheduler #3

Open lkelly93 opened 4 years ago

lkelly93 commented 4 years ago

Build a Scheduler

The Schedulers job is to receive code to be run from the controller. It will then queue up jobs and and one at a time sequentially execute them through Program.cpp.

It will then take the result and return it to the controller.