From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Price Newsgroups: gmane.lisp.guile.user Subject: Re: guile and coroutines controlled from C Date: Wed, 01 Aug 2012 14:15:58 +0100 Message-ID: <87y5lyu50x.fsf@Kagami.home> References: <877gtlvoc4.fsf@Kagami.home> <87ipd54xlx.fsf@zigzag.favinet> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1343826987 30116 80.91.229.3 (1 Aug 2012 13:16:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Aug 2012 13:16:27 +0000 (UTC) Cc: guile-user@gnu.org To: Thien-Thi Nguyen Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Aug 01 15:16:24 2012 Return-path: Envelope-to: guile-user@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 1SwYmh-0000nL-OW for guile-user@m.gmane.org; Wed, 01 Aug 2012 15:16:19 +0200 Original-Received: from localhost ([::1]:43739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwYmg-0003mq-V0 for guile-user@m.gmane.org; Wed, 01 Aug 2012 09:16:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwYmX-0003mE-F3 for guile-user@gnu.org; Wed, 01 Aug 2012 09:16:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwYmR-00067Z-Hj for guile-user@gnu.org; Wed, 01 Aug 2012 09:16:09 -0400 Original-Received: from mail-we0-f169.google.com ([74.125.82.169]:46735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwYmR-00066r-BA for guile-user@gnu.org; Wed, 01 Aug 2012 09:16:03 -0400 Original-Received: by weys10 with SMTP id s10so5782797wey.0 for ; Wed, 01 Aug 2012 06:16:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=7wFz8mape++uBuFSIDJ7SKJq6gKIAUFFhwuHbKo747U=; b=X/65cKWnlUka6NEhNlrHYuKx2U6Pb80hyPHd0hdU0QYyE4xklquZqt56QN/hpFyPGo RY3hphPU7H3giknFtBpVhwaaxZpf7hJAzmIFkhvf1xiZRUW5/IId9MwvhHNzh3FtBi0Y vvO+S+ig00WKGlqneMW7CGjK3ZoS112csxiJCSBGTwSlL6Sj5v0u1sTHGlu30dGxsiii hu9ZbgF4cVp+9rnkCGiJU0a+KqWBqxHIQac3PozkY3OKOAueKWBkkWHE2DzEe+pVN4y+ ld1CsO3Ecs3D5VomDaff6HpUrqSITTK5DZRFboMl/fmV/m+sGv7BeNN9/A1RRZDGEq6V pKlw== Original-Received: by 10.216.134.40 with SMTP id r40mr3160233wei.88.1343826962547; Wed, 01 Aug 2012 06:16:02 -0700 (PDT) Original-Received: from Kagami.home (host81-159-120-127.range81-159.btcentralplus.com. [81.159.120.127]) by mx.google.com with ESMTPS id ck9sm8697538wib.2.2012.08.01.06.16.00 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Aug 2012 06:16:01 -0700 (PDT) In-Reply-To: <87ipd54xlx.fsf@zigzag.favinet> (Thien-Thi Nguyen's message of "Mon, 30 Jul 2012 07:38:34 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.169 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9542 Archived-At: Thien-Thi Nguyen writes: > () Ian Price > () Mon, 30 Jul 2012 05:56:43 +0100 > > (use-modules (ice-9 q)) ;; yech, but it'll do > > [...] > > See also module (ice-9 runq), documented at: > > http://www.gnuvola.org/software/guile/doc/Run-Queues.html > > and possibly other places. Cool, I was not aware of this, it may actually something similar to what Vincent wants. Though, I was just lamenting the specifics of the (ice-9 q) module which I am not a fan of api-wise. -- Ian Price "Programming is like pinball. The reward for doing it well is the opportunity to do it again" - from "The Wizardy Compiled"