(<!! port)
takes a val from port. Will return nil if closed. Will block if nothing is available.
user=> (>!! c "Blocking - not in go-block") true user=> (<!! c) "Blocking - not in go-block"