From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: the state of the concurrency branch Date: Thu, 17 Oct 2013 19:41:41 -0600 Message-ID: <87bo2ntkx6.fsf@fleche.redhat.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1382060515 21620 80.91.229.3 (18 Oct 2013 01:41:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Oct 2013 01:41:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Barry OReilly Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 18 03:41:59 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VWz4g-00066k-0V for ged-emacs-devel@m.gmane.org; Fri, 18 Oct 2013 03:41:58 +0200 Original-Received: from localhost ([::1]:55289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWz4f-0003M6-62 for ged-emacs-devel@m.gmane.org; Thu, 17 Oct 2013 21:41:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWz4Y-0003Ln-Ch for emacs-devel@gnu.org; Thu, 17 Oct 2013 21:41:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWz4T-0007WD-GB for emacs-devel@gnu.org; Thu, 17 Oct 2013 21:41:50 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:59989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWz4T-0007Vw-7u for emacs-devel@gnu.org; Thu, 17 Oct 2013 21:41:45 -0400 Original-Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9I1fhxD027074 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 17 Oct 2013 21:41:43 -0400 Original-Received: from barimba (ovpn-113-54.phx2.redhat.com [10.3.113.54]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r9I1ffrK025694 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 17 Oct 2013 21:41:42 -0400 X-Attribution: Tom In-Reply-To: (Barry OReilly's message of "Wed, 16 Oct 2013 16:25:04 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164281 Archived-At: Barry> A couple other comments on the concurrency branch: Barry> =E2=80=A2 thread-yield should call timer_check. See discussion at: Barry> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D15045#176 Barry> =E2=80=A2 condition-variablep should be condition-variable-p Thanks for looking at this. I haven't had time to hack on the branch lately but I hope to get back to it soon. Tom