asyncOverride

Parameters

asyncOverride

Optional suspend completion sources. Unlike override (which must return synchronously), these are launched on the editor's coroutine scope and their result dispatched when it resolves — the only way to drive an async source (e.g. a language server) on wasmJs, where a blocking bridge is impossible. Tried after override yields nothing.