uber/needle

Components missed in code generation when containing async functions

dDomovoj opened this issue · 0 comments

final class SomeComponent: Component<ISomeDependencies> {

  func foo() async -> Bar {
    ...
  }

}