Forever

trait Forever

A ResourceApp which runs until externally interrupted (with SIGINT), at which point all finalizers will be run and the application will shut down upon completion. This is an extremely common pattern in practical Cats Effect applications and is particularly applicable to network servers.

See also:
Source:
ResourceApp.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Concrete methods

final def main(args: Array[String]): Unit