Skip to main content

uses_scheduler

Function uses_scheduler 

Source
pub fn uses_scheduler(stmts: &[Stmt<'_>]) -> bool
Expand description

Does the program use Go-like concurrency (channels / tasks / select) that must run on the scheduler-driven interpreter path?