AsyncObjects icon indicating copy to clipboard operation
AsyncObjects copied to clipboard

Several synchronization primitives and task synchronization mechanisms introduced to aid in modern swift concurrency.

Results 11 AsyncObjects issues
Sort by recently updated
recently updated
newest added

Hi, This is a first shot at a configuration. I corrected a few spelling mistakes. You should review the candidates in the local dictionary if there are more. The configuration...

Hello I am the current maintainer of the [spellcheck GitHub action](https://github.com/marketplace/actions/github-spellcheck-action) I am _sunsetting_ version 0.24.0 as by the proposed [sunset policy](https://github.com/rojopolis/spellcheck-github-actions/wiki#sunset-policy). This version is mentioned in your code, but...

Currently `Future` is an all in one that allows interrogating results and fulfilling the future as well. This disallows restricting fulfillment by consumers. Refactoring `Future` into a protocol that only...