Files
pond/devlog/2019-12-14.md

18 lines
422 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 2019-12-14
Timebox: 2 Hours
## Goals
I want to have a good abstraction for Carp inside the `OSProcess`
working. I want to be able to push input into the process and read
it out again, know the status of the process, etc.
## Potential Roadblocks
Because documentation on `OSProcess` is basically non-existant,
Ill likely spend a lot of time hunting down the right API; I just
hope that it even exists.
## Review