invoke

suspend fun invoke(taskChannel: Channel<Task>)

Invokes the fetcher service to fetch tasks and send them to the given channel.

Parameters

taskChannel

The channel to which fetched tasks are sent.