Module webdavfilez_jobs_sup

Supervisor for all WebDAV async queued jobs.

Copyright © 2022 Marc Worrell

Behaviours: supervisor.

Authors: Marc Worrell.

Description

Supervisor for all WebDAV async queued jobs.

Function Index

init/1
queue/1
queue/2
start_link/0

Function Details

init/1

init(X1) -> any()

queue/1

queue(WebDAVJob) -> any()

queue/2

queue(Ref, WebDAVJob) -> any()

start_link/0

start_link() -> any()


Generated by EDoc