Skip to content

Instantly share code, notes, and snippets.

@jadeallenx
Created April 28, 2015 15:51
Show Gist options
  • Save jadeallenx/4ee19eb9c53d0ec89914 to your computer and use it in GitHub Desktop.
Save jadeallenx/4ee19eb9c53d0ec89914 to your computer and use it in GitHub Desktop.
handle_handoff_command(?FOLD_REQ{foldfun=VisitFun, acc0=Acc0}, _Sender, State) ->
%% eliding details for now. Don't worry, we'll get to them shortly.
Final = lists:foldl(fun magic/2, Acc0, object_list()),
{reply, Final, State}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment