Type Definition IsCancelledCallback
resolved_ts
type IsCancelledCallback = Box<dyn Fn() -> bool + Send>;