`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

@ -39,6 +39,8 @@ open class TaskCenter {
open class var `default`: TaskCenter {
return _default
}
public init() { }
/// Adds the given task to this center.
///