HintsLazyOps

smithy4s.Hints.HintsLazyOps
final implicit class HintsLazyOps(underlying: => Hints)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def lazily: Hints

Suspends the evaluation of the hints until they are needed. This is needed to avoid a deadlock in case of concurrent initialization of the hints' classes: see #537.

Suspends the evaluation of the hints until they are needed. This is needed to avoid a deadlock in case of concurrent initialization of the hints' classes: see #537.

Attributes