Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 308 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 308 Bytes

rexcore

A very simple experiment to create something like FlexCore in rust.

Currently, there is no scheduler and thus, works only single-threaded by issuing fire() on a source manually.

Usage

Please have a look at the examples.