Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.016 Beiträge
 
#1

Using the Apple’s Grand Central Dispatch and Android’s ScheduledThreadPoolExecutor fo

  Alt 20. Mai 2018, 16:20
You are probably already familiar with the NSTimer on iOS/macOS and JTimer on Android for timer events. In addition to the basic timers, most operating systems offer a more advanced threaded schedule event API. On Android there is the ScheduledThreadPoolExecutor which allows you to launch a Runnable at a specific time period. On iOS/macOS the…
  Mit Zitat antworten Zitat