Struct Receiver
    Public
    
    Allows receiving items from a channel.
Public Methods
        
                Close
        
                ()
    
                    
                    Call when a receiver was terminated.
                        Public
                    
                
        
                Receive
        
                (item)
    
                    
                    Receives the next item from the channel.
                        Public
                    
                
        
                ReceiveNoBlock
        
                (blockedBefore, item)
    
                    
                    Receives the next item from the channel, this call will not block.
                        Public
                    
                
        
                Receiver
        
                (channel)
    
                    
                    
                        Public
                    
                Public Variables
        
                channel
        
    
                    
                    
                        Public