Closed
Description
Currently the background processor takes self
as owned in the stop function, which is fine, but its a big funky that you can drop the background processor and the thread runs free. More specifically, though, its really really impractical to handle this in the (especially Java) language bindings, as the bindings have no idea how long the background thread may run, and thus how long the references it holds to the objects it references must exist.