pub(crate) trait NonSendTaskOnce: JSTraceable { // Required method fn run_once(self); }
A task that must be run on the same thread it originated in.