Edimar Cardoso
Edimar Cardoso
Create async method `CssTools.minifyCssAsync` to replace method `CssTools.minifyCss` in future
Create `Email.sendAsync` method without using Fibers. - [x] Create `sendAsync` method to send email asynchronous - [x] Create asynchronous tests with all current synchronous tests - [x] Create doc for...
Change Accounts and Oauth to use Async methods. [Work in Progress] In this PR, we are starting changes to remove dependencies of Fibers in packages related to Accounts and OAuth....
When publishing async methods with `Meteor.methods`, we need to call with await to preserve execution order. This PR is changing the code of method `Meteor.call` to calling internal async implementation...