Packages
recoverable_stream_ex
1.0.0
By extracting evaluation of the source stream into a separate process `RecoverableStream` provides a way to isolate upstream errors and recover from them.
Current section
Files
Jump to
Current section
Files
recoverable_stream_ex
.formatter.exs
.formatter.exs
[
# files to format
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"],
# importing configs from other libraries it is depending
import_deps: []
]