~plattfot/bfuture

Basic concepts of spawning async processes in elisp

52aad67 Update copyright to include 2024

5 months ago

170e629 Bump up patch: 1.0.2 -> 1.0.3

5 months ago

#bfuture.el

Basic future concept for emacs with tramp support.

Inspired by https://github.com/Alexander-Miller/pfuture

Have the basic concepts of spawning a process and retrieving the output. This works with tramp to launch processes on a remote host. Which is sadly not working in pfuture. But looses the ability to tell the stdout and stderr apart.