chipsenkbeil / over-there

Tool to enable editing, management, and execution remotely from "over there."
Apache License 2.0
0 stars 0 forks source link

Reduce unnecessary abstraction/complexity in wire #7

Open chipsenkbeil opened 4 years ago

chipsenkbeil commented 4 years ago

In an attempt to abstract nicely during the use of multiple workspaces instead of a single library, the wire section became overall complex without offering much additional functionality.

Specifically, I'm thinking of the processors and inbound/outbound wires. Would it be possible to use channels to make this a bit easier and have one spawned loop (or two) to process incoming and outgoing data?