Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "operators/fromIterableDelayed"

Index

Functions

fromIterableDelayed

  • Take all the values from the sync iterable and put them into the channel on which this method was called, waiting that a value is taken from the channel before putting the next one.

    Type parameters

    • T

    Parameters

    Returns ChannelWrapper<T>

    the channel on which the method was called

Generated using TypeDoc