imag/libimagstore/src/hook
Matthias Beyer a42b6a10db Add error tracing support in Aspect implementation
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.
2016-05-28 21:08:55 +02:00
..
accessor.rs We do not need boxes here 2016-03-16 16:46:53 +01:00
aspect.rs Add error tracing support in Aspect implementation 2016-05-28 21:08:55 +02:00
error.rs HookError: Add optional non-aborting mode 2016-05-28 21:08:07 +02:00
mod.rs Remove unused imports 2016-03-22 19:43:48 +01:00
position.rs Merge pull request #277 from matthiasbeyer/libimagstore/remove-unused-aspects 2016-03-26 13:55:46 +01:00
result.rs Split hook/mod.rs into several files 2016-03-16 16:46:52 +01:00