electron-promise-ipc icon indicating copy to clipboard operation
electron-promise-ipc copied to clipboard

Async iterable support?

Open vaultec81 opened this issue 3 years ago • 1 comments

I think it would be a good idea to include async iterable function support along with regular async function. An example of use case would be streaming large amounts of data from the main process to the renderer process for display. Async iterables are especially important to keep memory usage low when sending large amounts of data between main and renderer process.

vaultec81 avatar Feb 03 '21 22:02 vaultec81

Sounds like a great addition, looking forward to your PR :)

sibnerian avatar Sep 12 '21 16:09 sibnerian