A Future<Type> implementation based on the Poco::ActiveRecord system. Used for asynchronous thread execution.
Tips:
Make sure your future object has well-defined copy / assignment / destructor arguments (remember the rule of 3s). Usually the autogenerated methods will work, but anyway ...
.