summaryrefslogtreecommitdiff
path: root/lib/block_message.cpp
AgeCommit message (Collapse)Author
2013-06-06gras: renamed block member to block actorJosh Blum
2013-06-06gras: changes for actor in worker Apology commitJosh Blum
2013-06-05gras: compiles now with separate data structJosh Blum
2013-06-05gras: created duck typed API for posting msgsJosh Blum
Uses templates and template overloads in c++ User python duck typing in the python case. Cleans up post for #84
2013-05-05gras: added post input buffer/message/tag api callsJosh Blum
This allows the user to post stuff to the input port from an external entity aka outside of the scheduler. resolves #86
2013-04-14gras: move code into component filesJosh Blum