final
case class
Platform(blockingExecutor: Executor, executor: Executor, tracing: Tracing, fatal: (Throwable) ⇒ Boolean, reportFatal: (Throwable) ⇒ Nothing, reportFailure: (Cause[Any]) ⇒ Unit, supervisor: Supervisor[Any], enableCurrentFiber: Boolean) extends Product with Serializable
A
Platformprovides the minimum capabilities necessary to bootstrap execution ofZIOtasks.