https://github.com/astj/p6-handlesupplier
https://github.com/astj/p6-handlesupplier
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/astj/p6-handlesupplier
- Owner: astj
- License: artistic-2.0
- Created: 2017-07-01T04:47:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T07:04:40.000Z (about 9 years ago)
- Last Synced: 2025-04-14T06:35:58.706Z (over 1 year ago)
- Language: Perl6
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/astj/p6-HandleSupplier)
NAME
====
HandleSupplier - generate Supplier for an IO::Handle object
SYNOPSIS
========
use HandleSupplier;
my $supplier = supplier-for-handle($*ERR);
# "hello\n" will be written to STDERR
$supplier.emit("hello");
DESCRIPTION
===========
HandleSupplier is a utility which provides a Supplier to emit messages to corresponding IO::Handle object.
AUTHOR
======
Asato Wakisaka
COPYRIGHT AND LICENSE
=====================
Copyright 2017 Asato Wakisaka
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.