foam-framework / foam

Feature-Oriented Active Modeller
Apache License 2.0
787 stars 55 forks source link

PropertyOffloadDAO synchronous load delivery #507

Closed jacksonic closed 8 years ago

jacksonic commented 8 years ago

PropertyOffloadDAO now loads the content into the property before put()ing it to the target sink. A chain of futures keeps the puts in order. This supports cases where the data is accessed inside the put() handler, or the object is immediately cloned.