# Functions
No description provided by the author
# Structs
No description provided by the author
DelayedWorkRequest serves as an argument to DelayedWorkManager.Submit
ID should be unique among works managed here
Every submit of the same work as identified by ID will be delayed for at most SoftDelay time
Func will be called after either SoftDelay since each submit, or HardDelay since first submit, whichever comes first.
# Type aliases
No description provided by the author