Beaver. Composer
(beaver v0.4.8)
Copy Markdown
This module provide functions to compose and run passes.
Summary
Functions
Run the passes on the operation.
Types
Functions
@spec run(composer(), [run_option()]) :: run_result()
Run the passes on the operation.
Elixir callback safety
Native pipelines and Elixir passes use the context's shared elastic LLVM thread pool outside BEAM scheduler threads. Nested callback work can expand the pool rather than starving it.
@spec run!(composer(), [run_option()]) :: operation()