Server

io.github.srs.controller.protobuf.rl.RLServerModule.Server
trait Server

Represents a server that can be started. The run method returns an IO that never completes when the server is running (conventional for long- lived servers in effectful applications).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def run: IO[Unit]