sync_point

Type Alias Action

source
pub(crate) type Action = Arc<dyn Fn() -> BoxFuture<'static, ()> + Send + Sync>;

Aliased Typeยง

struct Action { /* private fields */ }