class Cl::DS::FIFO(I)

Included Modules

Defined in:

async/linked_list.cr
data_structures/linked_list.cr

Instance Method Summary

Instance methods inherited from module Cl::Async::SafeLinkedList(I)

empty? : Bool empty?, next : I | Iterator::Stop next, push(item : I) push, receive : I receive, send(item : I) send

Instance methods inherited from module Cl::Async::ThreadSafe

safe(&) safe

Instance methods inherited from class Cl::DS::LinkedList(I)

each(&) each, empty? : Bool empty?, next : I | Iterator::Stop next, next? next?, peak : I | Nil peak, push(item : I) push

Class methods inherited from class Cl::DS::LinkedList(I)

build(&) build

Instance Method Detail

def push(item : I) #

[View source]