(header ((h) ihello provides) ((sut) async_provides component))
(state ((h) (idle . true)) ((sut) (idle . true)))
<external>.h.hello -> ...
... -> sut.h.hello
... <- sut.h.return
<external>.h.return <- ...
(state ((h) (idle . false)) ((sut) (idle . false)))
(trail "h.hello" "h.return")
... <- sut.h.world
<external>.h.world <- ...
(state ((h) (idle . true)) ((sut) (idle . true)))
(trail "h.world")
(state ((h) (idle . true)) ((sut) (idle . true)))
(labels "h.hello")
(eligible "h.hello")
