damopewpew / samp.js

46 stars 13 forks source link

Add Async functions to $fs module #15

Closed damopewpew closed 9 years ago

damopewpew commented 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

damopewpew commented 9 years ago

libuv is annoying so I have gone back to implementing it via boost with std::async. readFile is done.