Service

trait Service extends Serializable
Companion:
object
class Object
trait Matchable
class Any
class ClockJava

Value members

Abstract methods

def currentTime(unit: TimeUnit): UIO[Long]
def nanoTime: UIO[Long]
def sleep(duration: Duration): UIO[Unit]