graphql

hlship 2020-02-29T01:35:55.020900Z

Query execution takes place in a thread pool defined by the '*callback-executor*` var: https://lacinia.readthedocs.io/en/latest/resolve/async.html

chrisulloa 2020-03-01T00:40:25.021500Z

Thank you, this is helpful!

hlship 2020-02-29T01:36:21.021400Z

The code you referenced returns a channel that will have a value delivered, asynchronously, even though it is not a go or thread block.