-
Notifications
You must be signed in to change notification settings - Fork 1
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
Keeping up to date with Bricks and FNCAS + minor cleanup. #12
Conversation
Uses KnowSheet/fncas#5. Thanks! |
And merged in #13. @sompylasar : Could you please take a look? Max is busy for the next few days. Thanks! |
}; | ||
|
||
struct HTTPRequestMQMessage : schema::Base { | ||
Request request; | ||
std::function<void(Request, Box&)> http_function_with_box; | ||
std::function<void(Request, Snapshot&)> http_function_with_box; |
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.
_with_snapshot?
@dkorolev LGTM. Minor nits. |
Fixed the minor things. The
@sompylasar : PTAL. Thanks! |
Keeping up to date with Bricks and FNCAS + minor cleanup.
Thanks for the thorough explanation! Which is preferred: having const or not in the Entry method signature? I
|
I'd suggest we go with non-const and Even though currently the dispatching is done via template magic, not virtual functions table, and thus |
@dkorolev Maybe add this suggestion somewhere into the Sherlock docs? |
No description provided.