AppVersionMonitor icon indicating copy to clipboard operation
AppVersionMonitor copied to clipboard

What does "startup()" do?

Open otymartin opened this issue 8 years ago • 1 comments

@muukii

Because looking at the code the "AppVersionMonitor.sharedMonitor.startup()" function is empty.

open class AppVersionMonitor {   
...
    open func startup() {
          🤔
    }
        
}

otymartin avatar Sep 23 '17 15:09 otymartin

Codewise nothing. Maybe it's there to give a user a reason to access the shared member, which then will be initialised.

fnolis avatar Oct 14 '17 17:10 fnolis