PhxMediaLibrary.AsyncProcessor.Inline (PhxMediaLibrary v0.8.0)

Copy Markdown View Source

Synchronous conversion processor — runs conversions inline, in the calling process, instead of spawning a task.

Use this when you want conversions completed before to_collection/3 returns (deterministic, no Task.Supervisor), e.g. in tests, scripts, or small apps:

config :phx_media_library, async_processor: PhxMediaLibrary.AsyncProcessor.Inline