-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implement basic in-memory store and change handling. #165
Conversation
…dks-private into rlamb/data-store-arch
…arkly/cpp-sdks-private into rlamb/basic-store-implementation
|
Co-authored-by: Casey Waldren <cwaldren@launchdarkly.com>
…arkly/cpp-sdks-private into rlamb/basic-store-implementation
sink_->Upsert(key, updated); | ||
} | ||
|
||
template <typename FlagOrSegment> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still FlagOrSegment, because DataKind is a type, which is also used by this same method. Which is inconvenient.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple lints on libs/server-sdk/src/data_store/dependency_tracker.cpp
seem legit, but otherwise looks good!
feat: Move boost signal implementation to the internal library.