-
-
07 Jul 2021 09:49:16 UTC
- Distribution: Ryu
- Module version: 3.002
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (3)
- Testers (64 / 3 / 9)
- Kwalitee
Bus factor: 1- 67.69% Coverage
- License: perl_5
- Perl: v5.18.0
- Activity
24 month- Tools
- Download (74.23KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Ryu::Node - generic node
DESCRIPTION
This is a common base class for all sources, sinks and other related things. It does very little.
METHODS
Not really. There's a constructor, but that's not particularly exciting.
describe
Returns a string describing this node and any parents - typically this will result in a chain like
from->combine_latest->count
.completed
Returns a Future indicating completion (or failure) of this stream.
pause
Does nothing useful.
resume
Is about as much use as "pause".
unblocked
Returns a Future representing the current flow control state of this node.
It will be pending if this node is currently paused, otherwise ready.
is_paused
Might return 1 or 0, but is generally meaningless.
new_future
Used internally to get a Future.
AUTHOR
Tom Molesworth <TEAM@cpan.org>
LICENSE
Copyright Tom Molesworth 2011-2021. Licensed under the same terms as Perl itself.
Module Install Instructions
To install Ryu, copy and paste the appropriate command in to your terminal.
cpanm Ryu
perl -MCPAN -e shell install Ryu
For more information on module installation, please visit the detailed CPAN module installation guide.