package time
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- time
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def awakeEvery[F[_]](d: FiniteDuration)(implicit F: Async[F], FR: Run[F], S: Strategy, scheduler: Scheduler): Stream[F, FiniteDuration]
- def duration[F[_]](implicit F: Async[F]): Stream[F, FiniteDuration]
- def every[F[_]](d: FiniteDuration): Stream[F, Boolean]
- def sleep[F[_]](d: FiniteDuration)(implicit arg0: Async[F], arg1: Run[F], S: Strategy, scheduler: Scheduler): Stream[F, Nothing]