Created
November 30, 2014 02:14
-
-
Save marksteele/e2a09eb2d0555f9e7030 to your computer and use it in GitHub Desktop.
riak core.... whyyyyyy
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
%% State#state.users contains a riak_dt_orswot that's a list of online users, | |
%% How to transform the following into working code? | |
handle_handoff_command(?FOLD_REQ{foldfun=Fun, acc0=Acc0}, _Sender, State) -> | |
{reply, Acc, State}. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment