salsa 0.10.0-alpha3

A generic framework for on-demand, incrementalized computation (experimental)
1
2
3
4
5
6
7
8
9
10
mod setup;

mod cancellation;
mod fork_from_query;
mod frozen;
mod independent;
mod race;
mod signal;
mod stress;
mod true_parallel;