Skip to content

template.Temperature enum

← Attribute reference

Execution temperature hint. Absent (0) means unspecified.

Cases

Keyword Value Description
hot 1 Expected to execute on a hot path.
cold 2 Expected to execute on a cold path.

Used by

  • template.apply.temperature
  • template.call.temperature
  • template.decl.temperature
  • template.def.temperature
  • template.ukernel.temperature