`public` TaskCenter's `init`

This commit is contained in:
Luo Xiu 2019-10-17 09:16:41 +08:00
parent a15dc76c49
commit 8841c8c789
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ open class TaskCenter {
return _default
}
public init() { }
/// Adds the given task to this center.
///
/// Please note: task center will not retain tasks.