~plattfot/bfuture

Basic concepts of spawning async processes in elisp
Update copyright to include 2024
Bump up patch: 1.0.2 -> 1.0.3
Remove built in packages from package-requires

clone

read-only
https://git.sr.ht/~plattfot/bfuture
read/write
git@git.sr.ht:~plattfot/bfuture

You can also use your local clone with git send-email.

#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.

Do not follow this link