From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?= Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: Re: asynchronous socket library Date: Tue, 16 Jul 2013 10:02:32 -0700 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1373994165 4014 80.91.229.3 (16 Jul 2013 17:02:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2013 17:02:45 +0000 (UTC) Cc: guile-user , guile-devel To: Chaos Eternal Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jul 16 19:02:47 2013 Return-path: Envelope-to: guile-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 1Uz8eF-0002Gh-L0 for guile-devel@m.gmane.org; Tue, 16 Jul 2013 19:02:47 +0200 Original-Received: from localhost ([::1]:52169 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz8eF-0001r8-A6 for guile-devel@m.gmane.org; Tue, 16 Jul 2013 13:02:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz8eA-0001m2-U3 for guile-devel@gnu.org; Tue, 16 Jul 2013 13:02:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uz8e6-0001Tl-1o for guile-devel@gnu.org; Tue, 16 Jul 2013 13:02:42 -0400 Original-Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:54152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz8e2-0001Ro-6a; Tue, 16 Jul 2013 13:02:34 -0400 Original-Received: by mail-lb0-f172.google.com with SMTP id v20so810756lbc.31 for ; Tue, 16 Jul 2013 10:02:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=p4iLRi8+UdgOdi0Ahmn2pALSELIli758za9ANQBlFrY=; b=R8PjQ2z9u7J5+mO08yZlDtFgSppTx/x1yqRzLEBrKeu0GqiFXzsOsp0oBqOUoKRP9z 4COLmFJ2AJh68MAv+jdxN1eAHGsEpsA7vTUdHb/haR8pqmcavY/CWQWEZNvxeJgy09Tm QkTnoKIsGLuj3LQ1dYx7Bz5l1zsdv+M1ulyLvWfwHJIICwABejI5Ah92CYtodJtkYvQB HdvJqzpeO0L+b81SDa/oDfGE1EOBxMhr78Q4JRjmoSERyEdKoxSg1y7tJXFa+UmfR/ej 8CrfWujvuSfQxqLqkbb3fS2xzyecEnoYkjDtgqTD4Itfx4qN5baG0WP91RsSKDdGQsbH mOLQ== X-Received: by 10.112.159.169 with SMTP id xd9mr1499851lbb.43.1373994153022; Tue, 16 Jul 2013 10:02:33 -0700 (PDT) Original-Received: by 10.114.173.228 with HTTP; Tue, 16 Jul 2013 10:02:32 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22c X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16532 gmane.lisp.guile.user:10549 Archived-At: On Tue, Jul 16, 2013 at 8:58 AM, Chaos Eternal wrote: > http://git.savannah.gnu.org/gitweb/?p=guile.git;a=shortlog;h=refs/heads/wip-ethreads > > should be this one > Oh, I see now. Nala Ginrut actually asked about the status of the wip-ethreads branch earlier this month. http://lists.gnu.org/archive/html/guile-devel/2013-07/msg00000.html No replies yet. I'll have a look at it anyway. Thanks, Aleix