3
jestdotty
74d

lol async is so foreign to rust the println!() thing interrupts itself midsentence

Comments
  • 1
    Do you work on your own async engine? Would be so cool. I'm thinking about to make the promise framework for C. uvlib was async, but with async fw (from node) i expected some kinda promises. It wasn't there
  • 0
    @jestdotty for anything I want to learn i search for python libs / examples. You could do that too for asyncio I guess. There must be someone who made his own asyncio in python.

    Regarding seven different projects, hard maintenance in deed. Nice at the office, but at home it's more comfortable to keep it small. I''m writing C and in C is no shame for having thousands of lines in one file. Hihi. My new project has the same small useless abbreviations as the c lib has. I don't do full names like "PonyPowerExecutor" anymore. Now it's named ppe_t
Add Comment