all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Running processing functions in background
@ 2020-11-19 11:53 Jean Louis
  2020-11-22 14:06 ` Michael Heerdegen
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Louis @ 2020-11-19 11:53 UTC (permalink / raw)
  To: Help GNU Emacs

I have some functions that are blocking Emacs interface
while they are processing database in background. Functions
are not interactive. Output goes to dedicated buffer for
later human review. And I prefer not to use external async
package.

I would like to have responsive Emacs while running and the
background function I think to intertwine with
`run-with-idle-timer' as function is sending emails to the
mailing list and there is no rush in doing so.

The `make-thread' did work well but interface remain not so
responsive, it slows down.

Is there some other approach when using only Emacs built-in
functions?




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-03  9:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-19 11:53 Running processing functions in background Jean Louis
2020-11-22 14:06 ` Michael Heerdegen
2020-11-22 14:23   ` Jean Louis
2020-11-25 14:20   ` Michael Heerdegen
2020-12-03  9:08   ` Jean Louis

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.