scheduleAtFixedRate

open fun scheduleAtFixedRate(@NonNull command: Runnable, initialDelay: Long, period: Long, @NonNull unit: TimeUnit): ScheduledFuture<out Any>