hazelcast / hazelcast/hazelcast-cpp-client
[TRACKING ISSUE] Add IMap.deleteAsync
- Dominant language
- C++
- Stars
- 91
- Forks
- 54
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 5
Description
The tracking issue for the Java side PR.
See https://github.com/hazelcast/hazelcast/pull/23509 for details.
---
Included basic tests, similar to those for removeAsync.
With new method added, MapProxySupport grew to 1502 lines, so had to raise the file size limit in checkstyle.xml.
Fixes https://github.com/hazelcast/hazelcast/issues/10702
Based on the abandoned https://github.com/hazelcast/hazelcast/pull/17739
Checklist:
- [ ] Labels (`Team:`, `Type:`, `Source:`, `Module:`) and Milestone set
- [ ] Label `Add to Release Notes` or `Not Release Notes content` set
- [ ] Request reviewers if possible
- [ ] Send backports/forwardports if fix needs to be applied to past/future releases
- [ ] New public APIs have `@Nonnull/@Nullable` annotations
- [ ] New public APIs have `@since` tags in Javadoc
Contributor guide
Assessment
This issue has not been assessed yet.