Skip to content

Commit

Permalink
fs: migrate ASYNC_CALL to AsyncCall
Browse files Browse the repository at this point in the history
This patch migrates all the `ASYNC_CALL` macro in `node_file.cc` to
the template counterpart AsyncCall. Also goes with a different style
of wrapping the arguments so it's clearer to see what arguments are
passed to which `uv_fs_*` functions.

PR-URL: #18144
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
joyeecheung committed Jan 16, 2018
1 parent 0c8aaf3 commit eca73a2
Showing 1 changed file with 147 additions and 125 deletions.
Loading

0 comments on commit eca73a2

Please sign in to comment.