This repository was archived by the owner on Sep 3, 2023. It is now read-only.
Releases: poseidonos/air
Releases · poseidonos/air
AIR 0.7.0-beta
⭐ New Feature
- Add a new API
air_request_data(std::initializer_list<std::string> node_list, std::function<int(const air::JSONdoc&)> data_handler)
to transfer AIR's own statistics information within the process where airlib is used. When user register their function(lambda, class method, ...) to handle AIR data, AIR will call the function at specific timepoint with a one-off new thread.
AIR 0.6.3-beta
Release AIR 0.6.3-beta First release to github Signed-off-by: isaac-baek <isaac.baek88@gmail.com>