Hi! from my first impression, I guess that Hexagon does not support coroutines (yet?) in the sense, that Http-Endpoint-Handlers can be suspend-functions.
Are there any examples/discussions about coroutines ?
My second question is:
In none of the example-applications (
https://hexagonkt.com/examples/example_projects/) there exist any packages 'domain', 'adapter', 'application' and the like.. (like so many projects have which use hexagonal-architecture)
Is this actually a result of Hexagon's concept and everything in most of these examples
is just domain-code ?
So only when I need some special adapters/ports
of my own I would possibly create these domain + adapters packages.. ?