zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
89 stars 17 forks source link

merge EXPECT_ACT into  LISTEN #47

Closed zippy closed 8 years ago

zippy commented 9 years ago

we built EXPECT_ACT as an instruction to plant an expectation on the flux, which LISTEN also does, but it doesn't block waiting for the expectation to match.

This seems a little like the difference between synchronous and asynchronous SEND. These two instructions should probably be unified, and LISTEN also needs some additions to LISTEN (which doesn't handle the carrier correctly see #42) and to EXPECT_ACT, which doesn't use _add_listener

zippy commented 8 years ago

done in 68b8cd50