View Source Util (fnord v0.6.4)

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_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.

string_keys_to_atoms(list)

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