winksaville / exper_inter_process_channel

Experiment with inter-process channels
MIT License
0 stars 0 forks source link

Create macro for defining Protocols #12

Open winksaville opened 1 year ago

winksaville commented 1 year ago

This should take a name, AnId, and a list of messages supported by the protocols

protocol!(name, AnId, msg {, msg )*)