GNU bug report logs -
#53877
29.0.50; [PATCH] async Gnus/nnml
Previous Next
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Eric Abrahamsen <eric <at> ericabrahamsen.net>
>> Date: Thu, 10 Feb 2022 10:11:56 -0800
>> Cc: 53877 <at> debbugs.gnu.org, Lars Ingebrigtsen <larsi <at> gnus.org>
>>
>>
>> (defun test-threads-outer ()
>> (dolist (label (list "one" "two" "three"))
>> (make-thread (lambda () (test-threads-inner label)) label)))
>>
>> (defun test-threads-inner (label)
>> (let ((nnmail-article-buffer (format "nnmail-incoming-%s" label)))
>> (with-current-buffer (get-buffer-create nnmail-article-buffer)
>> (insert label))))
>>
>> That creates three separate buffers, named correctly, and holding the
>> correct text.
>
> But only if you don't do anything in the main thread, just let it sit
> idling. Right? Otherwise those other threads won't get an
> opportunity to run.
Sure, in real life we'd be yielding to these threads and joining
afterwards before going on with the rest of the code. This example was
just to show that having different locally-bound values for
`nnmail-article-buffer' in each thread was a viable approach.
This bug report was last modified 2 years and 281 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.