Persistents Representing Async Activity
- after a bit of magic we can use that feature to do the following
fs.access(__filename, fs.R_OK, onaccess);
fs.open(__filename, 'r', 444, onopen);
fs.read(fd, buf, 1, 6, 10, onread);
fs.readFile(__filename, onreadFile);
activeRequests.print();