gitbutler/crates/gitbutler-testsupport
Sebastian Thiel 2eaba14819
dissolve the event queue in favor of method calls
The idea is that we don't parallelize over a channel anymore, but
instead just process filesystem events, one at a time.

This would allow each handler to become a function that gets its
state passed, and makes all the necessary calls verbatim, which
in turn makes it easy to follow what's happening.

If anything becomes to slow due to the serialization of event processing,
selective parallelization can be re-added.
2024-04-15 07:11:09 +02:00
..
src dissolve the event queue in favor of method calls 2024-04-15 07:11:09 +02:00
Cargo.toml Add a new testsupport crate that contains core/tests/shared. 2024-04-09 20:45:16 +02:00