Closed damopewpew closed 9 years ago
Entire $fs module will be replaced as we change to libuv for io including networking. This is the same library that node.js uses and includes all async file functions
libuv is annoying so I have gone back to implementing it via boost with std::async. readFile is done.
Entire $fs module will be replaced as we change to libuv for io including networking. This is the same library that node.js uses and includes all async file functions