Function dining_philosophers::philosopher
source · [−]pub(crate) fn philosopher(
id: u8,
left: SharedChannel<LinearToShared<Release>>,
right: SharedChannel<LinearToShared<Release>>
) -> Session<End>
pub(crate) fn philosopher(
id: u8,
left: SharedChannel<LinearToShared<Release>>,
right: SharedChannel<LinearToShared<Release>>
) -> Session<End>