object HttpRuntime
- Companion:
- class
Type members
Classlikes
Value members
Concrete methods
Creates a runtime that uses a separate thread pool for ZIO operations.
Creates a runtime that uses a separate thread pool for ZIO operations.
Creates a runtime that uses the same thread that's used by the channel's event loop. This should be the preferred way of creating the runtime for the server.
Creates a runtime that uses the same thread that's used by the channel's event loop. This should be the preferred way of creating the runtime for the server.