promesa.exec.csp.mutable-list

A internal abstraction for a mutable list that is used internally by channels.

add-first!

(add-first! o v)

add-last!

(add-last! o v)

create

(create)

remove-last!

(remove-last! o)

Remove the last element from list and return it. If no elements, nil is returned.

size

(size o)