Michael Murphy
Michael Murphy
I have an idea for automatically connecting the destroy with the Builder.
Nevermind. It doesn't work.
Sorry for the delay. I'll look into this soon.
I'm generally in favor of having a component's lifetime decided by the component developer inside the component rather than by the user of the component. I'm thinking that we could...
Sounds good
I've experimented with requiring that `CommandOutput` implements `Into`, but that causes difficulty with using `()` as the type for `CommandOutput`.
The challenge is that the type has to be `Send` when sent from the command thread
I guess an enum could also be used to isolate internal component inputs from external user inputs.
Stay tuned, as I am currently developing a superior alternative to this project that can also handle distributed command executions asynchronously via the Tokio project, and whereby each input will...
There are some issues with how the project is implemented. This will eventually be rewritten from scratch, but I have other duties, so there's no free time to work on...