Skip to content

Instantly share code, notes, and snippets.

@wardbekker
Created September 9, 2011 09:23
Show Gist options
  • Save wardbekker/1205827 to your computer and use it in GitHub Desktop.
Save wardbekker/1205827 to your computer and use it in GitHub Desktop.
do_async_query(Terms, FacetCategories, Mod, Fun, Ref) ->
gen_server:cast(
?SERVER,
{ get_results, Terms, FacetCategories, Mod, Fun, Ref }
).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment