summaryrefslogtreecommitdiff
path: root/lib/task_main.cpp
AgeCommit message (Collapse)Author
2013-04-27gras: fixed buffer inlining with explicit support in buffer queueJosh Blum
Rather than push the inlined buffer into the BufferQueue, the output buffer queues wrapper explicitly supports holding onto the inlined buffer. This is because BufferQueue overloads generally do a token check so they only accept buffers that they are in charge of. fixes #79
2013-04-27gras: moved flush output to consume function in output queuesJosh Blum
This cleans up some code in block actor. The message sending code is now in task_main, and the consume routine is now the shared one.
2013-04-15gras: added vec call to work bufferJosh Blum
2013-04-14gras: move code into component filesJosh Blum