Connection utilities (or: copying and pasting code is bad)
authorClinton Ebadi <clinton@unknownlamer.org>
Tue, 6 May 2014 23:17:46 +0000 (19:17 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Tue, 6 May 2014 23:17:46 +0000 (19:17 -0400)
commit2b75bae8ada47b59140ee0eebf7de424c0008431
tree4e6be41d2914c402f316a02760747cdbe75f7118
parent2462aefc2f65464b9f2812d7c01b81c03d4ab9ff
Connection utilities (or: copying and pasting code is bad)

Finally get around to factoring out functions to connect to the
dispatcher, connect to a worker, and send a "simple" message to
workers (one where MsgOk/MsgError are the only valid replies).
src/connect.sig [new file with mode: 0644]
src/connect.sml [new file with mode: 0644]
src/sources