Skip to content

Consolidate Process implementations #202

@rtibbles

Description

@rtibbles

Current behavior

We currently have separate process class implementations, depending on the platform we are on.

Desired behavior

Consolidate into a single Process class that directly inherits (rather than just wrapping) the KolibriProcessBus class. Conditionally add the appropriate plugins as needed depending on the platform.

Value add

Less code duplication and nested classes, easier to follow what is happening!

Possible tradeoffs

Might break existing functionality if not done with care!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions