Created
January 8, 2017 15:01
-
-
Save deque-blog/3ce1204838757ef462645e9f0d98115f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
batch_result res = terrible_design(source, batch_options { | |
true, true, true, 2.0, | |
[](stock_update const& m) { return m.m_id == "A"; } | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment