Skip to main content

RuntimeThreadStartCallback

Type Alias RuntimeThreadStartCallback 

Source
pub type RuntimeThreadStartCallback = Arc<dyn Fn() + Send + Sync>;
Expand description

A callback invoked once on each worker thread created by the Statsig-owned Tokio runtime.

Aliased Typeยง

pub struct RuntimeThreadStartCallback { /* private fields */ }