module Enumerable(T)

Overview

Monkey Patch to send each value of an enumerable to the given channel.

Direct including types

Defined in:

lib/concurrency_util.cr

Instance Method Summary

Instance Method Detail

def >>(channel : Channel(T)) #

[View source]