1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00
emacs/doc
Eli Zaretskii 571532605b Rudimentary error handling for non-main threads
* src/thread.c (last_thread_error): New static variable.
(syms_of_threads): Staticpro it.
(record_thread_error, Fthread_last_error): New functions.
(syms_of_threads): Defsubr Fthread_last_error.

* doc/lispref/threads.texi (Basic Thread Functions): Document
thread-last-error.

* test/src/thread-tests.el (thread-errors, thread-signal-early)
(threads-condvar-wait): Test the values returned by
thread-last-error.
2017-01-18 18:00:16 +02:00
..
emacs Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
lispintro Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
lispref Rudimentary error handling for non-main threads 2017-01-18 18:00:16 +02:00
man Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
misc Merge from gnulib 2017-01-10 07:49:55 -08:00