coreCatsEffect
coreCatsEffect
japgolly.webapputil.cats.effect
Implicits
Implicits
PlatformImplicits
ThreadUtilsIO
Runtimes
Scheduler
WebappUtilEffectAsyncIO
WebappUtilEffectAsyncIO
WebappUtilEffectIO
Implicits
WebappUtilIOExt
coreCatsEffect
/
japgolly.webapputil.cats.effect
/
ThreadUtilsIO
/
Scheduler
Scheduler
final
class
Scheduler
(
threadName:
String
,
threadGroup:
ThreadGroup
)
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
addShutdownHook
(
io:
IO
[
Unit
]):
Scheduler
def
scheduleAtFixedRate
[
A
](
io:
IO
[
A
],
period:
Duration
):
Scheduler
def
scheduleAtFixedRate
[
A
](
io:
IO
[
A
],
initialDelay:
Duration
,
period:
Duration
):
Scheduler
Concrete fields
val
executorService
:
ScheduledExecutorService