Skip to content

Instantly share code, notes, and snippets.

@pengpengxp
Created January 24, 2019 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pengpengxp/669d74c3a7546f27724a5e15b647ca6a to your computer and use it in GitHub Desktop.
Save pengpengxp/669d74c3a7546f27724a5e15b647ca6a to your computer and use it in GitHub Desktop.
emacs concorrent question
(async-start (progn
(sleep-for 5)))
(make-thread (progn
(sleep-for 5)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment