Searched defs:asyncMethod (Results 1 – 5 of 5) sorted by relevance
9 Adapter.asyncMethod = function() {} function in Adapter19 exports.Adapter.asyncMethod = function () { }; function
11 async asyncMethod() { method in Derived35 asyncMethod() { method in Derived
12 async asyncMethod() { method in Derived
46 async asyncMethod(): Promise<void> { method in AsyncClass
18 asyncMethod: ['callbacks', 'async'], property171 function main({ type, asyncMethod, connections, duration, path }) { property