Skip to content

Commit

Permalink
Mention that Supply is an implementation of the observer pattern, jnt…
Browse files Browse the repository at this point in the history
…hn++
  • Loading branch information
moritz committed Jul 21, 2015
1 parent 826a758 commit f75c070
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Type/Supply.pod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ A supply is a thread-safe, asynchronous data stream like a
L<Channel|/type/Channel>, but it can have multiple subscribers
(I<taps>) that all get the same events.
It is central in supporting reactive programming in Perl 6.
It is a thread-safe implementation of the
L<Observer Pattern|https://en.wikipedia.org/wiki/Observer_pattern>,
and central to supporting reactive programming in Perl 6.
C<Supply> is a role, but can be used directly too.
Expand Down

0 comments on commit f75c070

Please sign in to comment.