#middleware #n-comm

no-std ncomm-executors

NComm Executors

2 stable releases

new 1.1.2 Sep 14, 2024
1.0.0 Sep 9, 2024

#196 in Robotics

Download history 38/week @ 2024-09-03 297/week @ 2024-09-10

335 downloads per month
Used in ncomm

MIT license

69KB
1.5K SLoC

NComm-Executors provides a set of executors (kind of like schedulers) for nodes.

The main idea with this create is to make executing nodes fit the specific use case. Specifically, there may be times when a Threadpooled model works best or another use case where a Green-threaded Tokio implementation works best.

Ideally, this crate should contain all of the commonly used executors that conform to the common ncomm-core traits to make creating robotics systems as easy and pain-free as possible.

Dependencies

~0–1.8MB
~31K SLoC