From #750. This matches node's current API better. ``` async.setImmediate(function (a, b, c) { console.log(a, b, c); // 1 2 3 }, 1, 2, 3); ```