metaborg / rust-scopegraphs

Scope Graph Implementation in Rust
https://github.com/metaborg/rust-scopegraphs
MIT License
20 stars 0 forks source link

Predicate Delaying #27

Open jdonszelmann opened 2 months ago

jdonszelmann commented 2 months ago

DataWellformedness should be able to delay the completion of a query. When the future completeness strategy is used, this should probably be implementing by letting DataWellformedness return a Future.