timp
timp copied to clipboard
Timp - The first multithread library
Hi, I am the author of the package [`restart-emacs`](https://github.com/iqbalansari/restart-emacs). One of the package's user hit a [bug](https://github.com/iqbalansari/restart-emacs/issues/9). After some debugging it seems that issue is with the advice `timp--kill-emacs` that...
Thanks for this great app! It works great, but I have some problem when put timp functions in a file local eval. I was trying to put something like this...
``` (setq testprocess (make-network-process :name "test" :host 'local :server t :service t :family 'ipv4)) ``` `:service t` is not accepted in Emacs 25. https://www.gnu.org/software/emacs/manual/html_node/elisp/Network-Processes.html > :service service > > service...