Skip to content

Instantly share code, notes, and snippets.

@marksteele
Created November 30, 2014 02:14
Show Gist options
  • Save marksteele/e2a09eb2d0555f9e7030 to your computer and use it in GitHub Desktop.
Save marksteele/e2a09eb2d0555f9e7030 to your computer and use it in GitHub Desktop.
riak core.... whyyyyyy
%% 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