serxka / pros-rs

Rust bindings of the PROS kernel for VEX
Other
6 stars 0 forks source link

Solidification of Concurrency #1

Open serxka opened 2 years ago

serxka commented 2 years ago

Currently I am unhappy with the state of concurrent primitives and execution. I wish to improve it, this is the main focus of the v0.3-dev branch.

If you feel like helping out please give the code in v0.3-dev a run for its money and break it. If using it you find that there are features which are missing, or something does not quite work a way you would expect, please leave a comment.

Planned:

serxka commented 2 years ago

Is it of interest to consider the Async ecosystem in this embedded environment?

serxka commented 1 year ago

The event loop through action appears to be working correctly on real hardware. Very awesome, will update if anything is found awry.

serxka commented 1 year ago

ad stuff