Util (fnord v0.7.21)

View Source

Summary

Functions

Convenience wrapper for Task.async_stream/3 with the default optiosn for concurrency and timeout set to Application.get_env(:fnord, :workers) and :infinity, respectively.

Converts all string keys in a map to atoms, recursively.

Functions

async_filter(enumerable, fun)

async_stream(enumerable, fun, options \\ [])

Convenience wrapper for Task.async_stream/3 with the default optiosn for concurrency and timeout set to Application.get_env(:fnord, :workers) and :infinity, respectively.

format_number(int)

get_latest_version()

get_running_version()

string_keys_to_atoms(list)

Converts all string keys in a map to atoms, recursively.