|
|
|
|
|
by filereaper
3205 days ago
|
|
I found it kinda cool that the foundational difference between Unix and Windows is that Unix returns file-descriptors whereas Windows decided to give out handles. You can do stuff like putting callbacks on a handle to do async-io when you have a pointer to work with. |
|