libdistributed version 0.0.5
libdistributed version 0.0.5
Major Changes
- BREAKING CHANGE replaced the
type_for_datatype
api with the more flexible
distributed::comm::serializer
api. Removed old api. - BREAKING CHANGE work_queue is now implemented in terms of
distributed::comm::{send,recv}
this changed the behavior of the
work_queue api when called with an iterable type - Code now requires c++17, this may be relaxed in a future release.