Embassy
embassy-rp

Crates

git

Versions

rp2040

Flavors

Function embassy_rp::multicore::spawn_core1

source ·
pub fn spawn_core1<F, const SIZE: usize>(
    _core1: CORE1,
    stack: &'static mut Stack<SIZE>,
    entry: F
)
where F: FnOnce() -> <fn() -> ! as HasOutput>::Output + Send + 'static,
Expand description

Spawn a function on this core