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
**picante** is an **async** incremental query runtime for Rust, inspired by Salsa but built for **Tokio-first** pipelines (like Dodeca).
11
2
12
3
**What it has today**
@@ -188,7 +179,3 @@ dependency cycle detected
188
179
189
180
- Tokio-only: query execution uses Tokio task-local context.
190
181
- Global invalidation v1: changing any input bumps a single global `Revision`.
191
-
192
-
## License
193
-
194
-
Licensed under either of Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>) or MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>) at your option.
0 commit comments