Elixir v1.5.3 Kernel.ParallelRequire View Source

A module responsible for requiring files in parallel.

Link to this section Summary

Functions

Requires the given files

Link to this section Functions

Link to this function files(files, callbacks \\ []) View Source

Requires the given files.

A callback that will be invoked with each file, or a keyword list of callbacks can be provided:

  • :each_file - invoked with each file

  • :each_module - invoked with file, module name, and binary code

Returns the modules generated by each required file.