Skip to content

Commit

Permalink
[S17] spec :expires named for .uniq
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed May 18, 2014
1 parent 6feffb1 commit ecfddec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S17-concurrency.pod
Expand Up @@ -13,8 +13,8 @@ Synopsis 17: Concurrency

Created: 3 Nov 2013

Last Modified: 10 May 2014
Version: 19
Last Modified: 18 May 2014
Version: 20

This synopsis is based around the concurrency primitives and tools currently
being implemented in Rakudo on MoarVM and the JVM. It covers both things
Expand Down Expand Up @@ -660,7 +660,7 @@ remain considered to have been seen (in seconds).

=item squish

my $q = $s.squish( :as( {$_} ), :with( &[===] ) );
my $q = $s.squish( :as( {$_} ), :with( &[===] ), :expires(1) );

Produces a C<Supply> that only provides sequentially different values, as
defined by the optional C<as> and C<with> named parameters (same as
Expand Down

0 comments on commit ecfddec

Please sign in to comment.