WGPUCallback Mode_ Allow Spontaneous
Callbacks created with WGPUCallbackMode_AllowSpontaneous:
fire for the same reasons as callbacks created with WGPUCallbackMode_AllowProcessEvents
may fire spontaneously on an arbitrary or application thread, when the WebGPU implementations discovers that the asynchronous operation is complete.
Implementations should fire spontaneous callbacks as soon as possible.