You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the trait MyGenSpawn
you wrote the function def start[A](fa: F[A]): F[Fiber[F, Throwable, A]] but actually it should be def start[A](fa: F[A]): F[Fiber[F, E, A]]
The text was updated successfully, but these errors were encountered:
In the trait
MyGenSpawn
you wrote the function
def start[A](fa: F[A]): F[Fiber[F, Throwable, A]]
but actually it should bedef start[A](fa: F[A]): F[Fiber[F, E, A]]
The text was updated successfully, but these errors were encountered: