Function jupiter::repository::loader::actor

source ยท
pub fn actor(
    platform: Arc<Platform>,
    repository: Arc<Repository>,
    background_task_sender: Sender<BackgroundCommand>
) -> Queue
Expand description

Creates the actor which manages the list of loaders based on the changes which are provided into the queue being returned. If a loader needs to load or unload data, an appropriate task is put into the given background sender.