interface Sensor { in void evt(); behaviour { on evt: blocking { reply(); } } }