Edimar Cardoso

Results 4 issues of Edimar Cardoso

Create async method `CssTools.minifyCssAsync` to replace method `CssTools.minifyCss` in future

Project:Isobuild:Minifiers
Project:CSS

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...

Project:Docs
Project:Utilities:Email

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....

Project:Accounts:Password

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...

Project:DDP