Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transactions #78

Closed
littledan opened this issue Mar 30, 2024 · 1 comment
Closed

Transactions #78

littledan opened this issue Mar 30, 2024 · 1 comment

Comments

@littledan
Copy link
Member

The concept of a "transaction" models a sort of fork of the universe, where a (potentially asynchronous) series of writes and reads occurs before "committing" the writes to the main signal graph. Transactions are important for modeling React Suspense-style transitions, and things get especially complicated when multiple transactions can be pending at once (but may be committed separately). We haven't even worked out exactly what the semantics or should be, but @shaylew and @trueadm have been investigating/prototyping in this area. One important result to look for: whether transactions can be modeled on simpler signal primitives, or need built-in support to work well.

@littledan
Copy link
Member Author

What am I doing, I already filed #73 for this.

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

No branches or pull requests

1 participant