[][src]Type Definition azul_core::task::TaskCallback

type TaskCallback<U> = fn(_: Arc<Mutex<U>>, _: DropCheck) -> UpdateScreen;