Skip to content

Better support for code that suspends #5

Description

@s-cork

We can't currently track signals after suspensions
If some code suspends - i.e. you do a server call during a render effect, then we can no longer track the dependencies

This is a limitation of the signals model, where async code loses the tracking scope
There are various implementations that work around this issue
So we'd need to look at these and see what's feasible

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions