Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 322 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 322 Bytes

ofxFuture

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 ...

.