Type Alias WxPromiseWrapper<T>

Source
Expand description

Wrapper for different parts of a single promise. See wxMakePromise

type WxPromiseWrapper<T> = PromiseHandle<T>