Skip to content

Background Processor should stop thread on Drop #981

Closed
@TheBlueMatt

Description

@TheBlueMatt

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions