Closed bcicen closed 6 years ago
Thanks, I'm on vacation atm, will take a look in a few days
@tigrawap great; I've submitted #52 as well, which fixes some blocking conditions and shutdown behavior that could cause bugs when used as a library.
(Merged manually)
This PR refactors main
slit
components into a core subpackage suitable for import and use by external programs. Also introduced is a newSlit
struct and some "entrypoint" methods for instantiation; e.g:opening a viewer for a given filepath:
streaming from a channel to the viewer:
mostly closes https://github.com/tigrawap/slit/issues/45