Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: FranzBusch/swift-async-algorithms

Tags

0.0.3

Toggle 0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove the disable of availability and mark methods as available to c…

…lock/instant/duration (apple#165)

* Remove the disable of availability and mark methods as available to clock/instant/duration

* Rework availability to be more permissive for tests

* Use hand coded values instead of defines (only available via Darwin versions of Dispatch)

* Adjust additional test availability

* Correct debounce test availability guard

* Update build instructions to indicate Xcode requirements

* Ensure the clock property of the validation diagram is only available for targets that can support it

0.0.2

Toggle 0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update availability to be in sync with Clock/Instant/Duration (apple#159

)

0.0.1

Toggle 0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add shims and adjust availability to allow for swift 5.6 toolchains t…

…o build until source stability is achieved (apple#100)

* Add shims and adjust availability to allow for swift 5.6 toolchains to build until source stability is achieved

* Restore availability again