Expand description
Background tasks
Macros§
Enums§
Functions§
- announce_
seed_ task - Background task that announces our files once every hour. Also removes seeders that did not announce for too long.
- get_
task - Triggered when calling the
fud.get()
method. It creates a new StoppableTask (runningfud.fetch_resource()
) and inserts it into thefud.fetch_tasks
hashmap. When the task is stopped it’s removed from the hashmap. - node_
id_ task - Background task that:
- put_
task - Triggered when calling the
fud.put()
method.