adam_free2air has quit [Quit: Konversation terminated!]
adam_free2air has joined #qaul.net
adam_free2air has quit [Ping timeout: 240 seconds]
_whitelogger has joined #qaul.net
<noracodes>
spacekookie: finally got around to rebasing my message generation stuff on master. Should be good to go.
<noracodes>
I'm going to take a second look at what an async netmod would look like because I think the spaghetti ball of async blocks in sync interfaces is getting pretty gross
<spacekookie>
Neat!
<spacekookie>
Yea, tbh an async netmod interface would also make the ratman internals a whole lot nicer
<spacekookie>
How's the netmod-udp stuff going?
<noracodes>
Pretty well, I'm just stuck on why on earth it doesn't send when it's meant to.
<noracodes>
It just hangs on that .await for some reason
<noracodes>
Okay, async.await branch (and MR) is updated - I haven't moved around the RATMAN internals at all, but the basic skeleton is there and implemented on netmod-mem, where it works fine.
<noracodes>
Side note, it's very cool to see how the attributes from async-std can be used - .await in doctests for instance!