Skip to content

Commit

Permalink
Update 2.1 JobScheduler, Job, JobSet 详解.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lw-lin authored Aug 10, 2016
1 parent 33ee00f commit 1042350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ object ConcurrentJobsDemo {
// invoke store("str") every 100ms
Executors.newScheduledThreadPool(1).scheduleAtFixedRate(new Runnable {
override def run(): Unit = store("str")
}, 0, 10, TimeUnit.MILLISECONDS)
}, 0, 100, TimeUnit.MILLISECONDS)
}

override def onStop() {}
Expand Down

0 comments on commit 1042350

Please sign in to comment.