guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ice-9 async-queue


From: Daniel Hartwig
Subject: Re: ice-9 async-queue
Date: Tue, 7 Feb 2012 18:02:41 +0800

>            async-queue-push!
>            async-queue-pop! async-queue-try-pop!))

Note that these verbs conflict with those defined in (ice-9 q) where
"push" adds elements to the front, not the rear, of the queue.


This is a very tidy implementation.  I presume the final version will
include a type and empty-ness predicate also?


Thanks



reply via email to

[Prev in Thread] Current Thread [Next in Thread]