Difference Between `Effect.fn` and `Effect.fnUntraced`

what is the difference between Effect.fn(function* () {}) and Effect.fnUntraced(function* () {}) - when should we use one vs the other?
Was this page helpful?