class Concurrent::Stream::Map(S, D)
- Concurrent::Stream::Map(S, D)
- Concurrent::Stream::Base(D)
- Reference
- Object
Defined in:
concurrent/stream.crConstructors
Instance methods inherited from class Concurrent::Stream::Base(D)
  
  
    
      batch(size : Int32)
    batch, 
    
  
    
      close : Nil
    close, 
    
  
    
      map(*, fibers : Int32? = nil, &block : T -> U) forall U
    map, 
    
  
    
      run(*, fibers : Int32? = nil, &block : T -> _)
    run, 
    
  
    
      select(*, fibers : Int32? = nil, &block : T -> Bool)
    select, 
    
  
    
      serial
    serial, 
    
  
    
      tee(*, fibers : Int32? = nil, &block : T -> _)
    tee, 
    
  
    
      to_a(*args, **options)to_a(*args, **options, &) to_a, wait(*args, **options)
wait(*args, **options, &) wait