embassy-rp

Crates

git

Versions

rp235xa

Flavors

embassy_rp::multicore

Function 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