In libpoet, active objects return futures. For example, if you made an
active_function from an ordinary function returning void, the
active_function would return a future<void>. Have you looked at the
documentation for the future class and its void specialization? See:
http://www.comedi.org/projects/libpoet/boostbook/doc/boostbook/html/poet/future.html
--
Frank