Safe Port/Stream from Cell

proc {NewSend List Send}
   C={NewCell _}
in
   proc {Send Msg}
      Tail
   in
      {Exchange C Msg|!!Tail Tail}
   end
   List=!!{Access C}
end