Kernel.ParallelRequire

Kernel.ParallelRequire

A module responsible for requiring files in parallel.

Summary

Functions

files(files, callbacks \\ [])

Requires the given files

Functions

files(files, callbacks \\ [])

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.

© 2012–2017 Plataformatec
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/elixir/1.3.4/Kernel.ParallelRequire.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部