jwiegley / emacs-async

Simple library for asynchronous processing in Emacs
GNU General Public License v3.0
837 stars 68 forks source link

`async-send` does not work when used from child process #142

Closed FelipeLema closed 1 year ago

FelipeLema commented 3 years ago

Hello, there

Is async-send officially part of the async API? I tried running async-test-5 that uses async-send in child process and I'm not getting the Got hello from child process message.

Fuco1 commented 1 year ago

Works as of #167

@thierryvolpiatto we can close this ticket.