Bug 1923293 - Actually reference the new MozPromise documentation DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D224916
This commit is contained in:
@@ -17,6 +17,7 @@ Consuming XPCOM functionality
|
||||
collections
|
||||
hashtables
|
||||
hashtables_detailed
|
||||
mozpromise
|
||||
sorting.md
|
||||
xpcomutils
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
MozPromise: C++ promises in Gecko
|
||||
=================================
|
||||
|
||||
.. contents:: Table of Contents
|
||||
:depth: 2
|
||||
:local:
|
||||
:backlinks: none
|
||||
|
||||
MozPromise is a powerful and flexible promise implementation in C++ designed to
|
||||
manage asynchronous operations within Gecko. Its set of feature mirror the
|
||||
spirit of JavaScript promises, including the ability to attach resolve and
|
||||
|
||||
Reference in New Issue
Block a user