mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/memchan: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1a555e486b
commit
92da1f440f
1 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
Memchan provides several new channel types for in-memory channels and the
|
||||
appropriate commands for their creation. They are useful to transfer large
|
||||
amounts of data between procedures or interpreters, and additionally
|
||||
provide an easy interface to on-the-fly generation of code or data
|
||||
too. No need to [set] or [append] to a string, just do a simple [puts].
|
||||
Memchan provides several new channel types for in-memory channels
|
||||
and the appropriate commands for their creation. They are useful to
|
||||
transfer large amounts of data between procedures or interpreters, and
|
||||
additionally provide an easy interface to on-the-fly generation of code
|
||||
or data too. No need to [set] or [append] to a string, just do a simple
|
||||
[puts].
|
||||
|
|
Loading…
Reference in a new issue