Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
url-checker
master
ConcurrencyUtil
Config
Enumerable
Logging
Printer
Stats
StatRecord
StatStream
StatsLogger
StatusChecker
UrlChecker
Generated using Crystal 1.14.0
2024-11-26 07:48:34 UTC
module
Enumerable(T)
Overview
Monkey Patch to send each value of an enumerable to the given channel.
Direct including types
Stats
Defined in:
lib/concurrency_util.cr
Instance Method Summary
#>>
(channel : Channel(T))
Instance Method Detail
def
>>
(channel : Channel(T))
#
[
View source
]