← Back to context Comment by usrnm 10 days ago And then you want to do something trivial like an async callback 2 comments usrnm Reply dragochat 8 days ago > trivial like an async callbackcan't for the love of dog parse the meaning of this - what do you mean? a callback that is async passed to a sync api? you refer to the complexity of sync<->async bridging? ...or? usrnm 8 days ago Just pass it around, store it and then call it. What type does it have? AsyncFn is still an experimental API.
dragochat 8 days ago > trivial like an async callbackcan't for the love of dog parse the meaning of this - what do you mean? a callback that is async passed to a sync api? you refer to the complexity of sync<->async bridging? ...or? usrnm 8 days ago Just pass it around, store it and then call it. What type does it have? AsyncFn is still an experimental API.
usrnm 8 days ago Just pass it around, store it and then call it. What type does it have? AsyncFn is still an experimental API.
> trivial like an async callback
can't for the love of dog parse the meaning of this - what do you mean? a callback that is async passed to a sync api? you refer to the complexity of sync<->async bridging? ...or?
Just pass it around, store it and then call it. What type does it have? AsyncFn is still an experimental API.