-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
calico/calico/src/main/scala/calico/syntax.scala
Lines 66 to 69 in 642b1b8
extension [F[_], A](signal: Signal[F, A]) | |
private[calico] def getAndUpdates(using Concurrent[F]): Resource[F, (A, Stream[F, A])] = | |
// this hack makes me sad | |
Resource.eval(signal.get.tupleRight(signal.discrete.drop(1))) |
@2chilled reported that it is broken in #117 (comment).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working