bakpakin on master
Fix #682 - Don't hardcode size … (compare)
main.janet
, and it depends on various files. in those files I want to make changes and have them come through to the render loop. wrt: evaluating in different environments -- an environment and/or fiber per netrepl connection might make sense? :) not sure what problem you want to solve
recv
and send
which read from and write to the stream respectively. The problem is that if I read from the stream when there's nothing there, it will block.
ev
and net
as tight as my old mind allowes
ev/sleep
call makes it so that the netrepl gets a chance to do its thing :)
recv
to block, just not indefinitely :)