Reference
unstable_Callback
Scheduled callback that may return a continuation.
Signature
type unstable_Callback = (didTimeout: boolean): unstable_Callback | null | voidReference
Scheduled callback that may return a continuation.
type unstable_Callback = (didTimeout: boolean): unstable_Callback | null | void