Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

miniasync Version 0.2.0-rc1

Compare
Choose a tag to compare
@lplewa lplewa released this 11 Aug 15:43
· 19 commits to master since this release
0.2.0-rc1
1c6ba8d

Thu Aug 11 2022 Łukasz Plewa Lukasz.Plewa@intel.com

* Version 0.2.0-rc1

common: use correct atomics in ringbuf
common: fix use-after-free in membuf in mt scenarios
common: replace improper 'RPMA' in man pages with 'MINIASYNC'
doc: add async property to documentation
doc: update async property documentation
doc: update code styling to properly appear in manpage
masync: drop unused #ifdefs that block portability
masync: add hashmap example
masync: add flush operation for DML data mover
masync: add flag indicating that future is async
masync: add destination_readback flag to persistent memory writes
masync: add macro to check if chain entry was initialized