rtic 2.3.1

Real-Time Interrupt-driven Concurrency (RTIC): a concurrency framework for building real-time systems
Documentation
1
2
3
4
5
6
7
8
error[E0425]: cannot find function `spawn` in module `foo`
  --> ui/spawn-local-from-init.rs:13:14
   |
13 |         foo::spawn().ok();
   |              ^^^^^ not found in `foo`
   |
   = help: consider importing this function:
           std::thread::spawn