Matthias Beyer
a42b6a10db
This removes the parallelization feature from the Aspect codebase as std::error::Error does not implement Send, so we cannot send the error from a child thread to a parent thread. This is clearly not an optimal implementation now, but we have hook non-aborting-error tracing support, which is more important than parallelization support, at least in this early stage of development. An issue has to be opened for re-implementing parallelization of hooks. |
||
---|---|---|
.. | ||
accessor.rs | ||
aspect.rs | ||
error.rs | ||
mod.rs | ||
position.rs | ||
result.rs |