What is an "async relationship"? / `{async: true}` vs. `{async: false}`

As far as I know, when async is false Ember will fetch the related entity at the same time as fetching the parent entity. When async is true, it will fetch the related entities when you actually request them.

4 Likes