text #elisp async start demo

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text #elisp async start demo相关的知识,希望对你有一定的参考价值。

(defun async-demo ()
  (async-start
   ;; What to do in the child process
   (lambda ()
     (message "This is a test")
     (sleep-for 3)
     222)

   ;; What to do when it finishes
   (lambda (result)
     (message "Async process done, result should be 222: %s"
              result))))

(async-demo)

以上是关于text #elisp async start demo的主要内容,如果未能解决你的问题,请参考以下文章

text elisp utc约会

Task.Start/Wait 和 Async/Await 有啥区别?

Elisp 11:动态模块

Elisp 12:兔子洞

如何调试 elisp?

Elisp 09:库