497ea94fbfcf1df8c8e6eafea6b1f9d0c5f8e522
There are now two threads: The main thread (obv) and a single worker thread to render lines. There's a render context struct to keep track of the many, many arguments to the `render_line()` function. Jobs are submitted through a channel to the thread, and results are returned through another. Next up is to make a bunch of threads and collect across them.
Description
Languages
Rust
100%