stop using tasks in start_reading/start_writing
commitb9c187d2594953267357ef37e352d425c7fbeafe
authorKartik K. Agaram <vc@akkartik.com>
Thu, 17 Mar 2022 00:03:38 +0000 (16 17:03 -0700)
committerKartik K. Agaram <vc@akkartik.com>
Thu, 17 Mar 2022 00:03:38 +0000 (16 17:03 -0700)
tree7c0ff7f3814475ac46c9af93d1b79d9e80f4bff6
parentab89be1ed37351f4ff0a338b158d313e000751e3
stop using tasks in start_reading/start_writing

We just need queues/streams for file I/O. No need to complect
concurrency concerns with them.
doc/manual.html
life.tlv
src/file.lua
src/jsonf.lua
zet.tlv