Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
s/schedule-on/schedule_on
  • Loading branch information
lizmat committed Apr 28, 2014
1 parent 89aa2ca commit 4a114b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S17-concurrency.pod
Expand Up @@ -661,9 +661,9 @@ Produces a continuous C<Supply> from a C<Supply>, in which each value is a
C<Supply>. As soon a new C<Supply> appears, it will close the current
C<Supply> and provide values from the new C<Supply>.

=item schedule-on
=item schedule_on

my $o = $s.schedule-on( $scheduler );
my $o = $s.schedule_on( $scheduler );

This allows a supply's more/done/quit to be scheduled on another
scheduler. Useful in GUI situations, for example, where the final
Expand Down

0 comments on commit 4a114b7

Please sign in to comment.