-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add missing typehint * Add missing typehint * Add missing typehint * Update dependencies * Add badges and reorder intro docs * Update dependencies * Isolate bug #12 * Add support for 7.4 and 8.0 * Improve code quality * Upgrade dependencies with PHP 8 * Remove composer's lockfile * Update tests with more realistic usages * Add documentation comments to complex test * Introduce dependent deferred processes * Pass tests for #12 by nulling resolved value after completion callback * feature: add process to Deferred
- Loading branch information
Showing
3 changed files
with
133 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/vendor | ||
composer.lock | ||
/test/phpunit/_coverage | ||
.phpunit.result.cache | ||
/example.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters