You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mitchell Gouzenko edited this page Dec 2, 2015
·
4 revisions
#Design considerations
Only "out" channels can be written to and poisoned. But, can channels be written to outside of processes (i.e. from functions)?
Lists are immutable.
Use linked lists
Use reference counting
Payload of list can be a union
Flag needed to tell if the payload is a pointer to a list or a string