issues
search
apple
/
swift-async-algorithms
Async Algorithms for Swift
Apache License 2.0
3.06k
stars
151
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
New tagged release request
#339
Brett-Best
opened
2 weeks ago
0
Introduce mapFailure function
#338
clive819
opened
2 weeks ago
0
warning: 'swift-algorithms': found 1 file(s) which are unhandled: Sources/Algorithms/Documentation.docc
#337
weissi
opened
1 month ago
0
Fix build failure on Swift Playgrounds
#336
kkebo
opened
1 month ago
1
Musl libc support
#335
bobbelkl
closed
1 month ago
1
Facebook
#334
Said501
opened
1 month ago
1
import InstantSearch
#333
Said501
opened
1 month ago
0
'Releases' doesn't reflect reality
#332
brzzdev
opened
1 month ago
0
Fix memory leak in Lock
#331
orobio
closed
1 month ago
13
Buffering Throttle
#330
thecoolwinter
opened
1 month ago
1
Fix typos for clarity
#329
qwerty3345
closed
2 months ago
0
for await-latest ?
#328
ursusursus
opened
3 months ago
16
Create a new release from `main`
#327
ollieatkinson
closed
3 months ago
1
Use Bionic module from new Android overlay in Swift 6 instead
#326
finagolfin
closed
3 months ago
1
Add Musl import, error if unrecognised platform
#325
adam-fowler
closed
3 months ago
6
Introduce mapError function
#324
clive819
opened
3 months ago
0
Equivalent to Combine's prepend operator
#323
Mika5652
opened
4 months ago
2
Implement AsyncCombineLatestMultipleSequence
#322
clive819
closed
1 month ago
0
`AsyncThrowingChannel.fail` requires `Failure == any Error`
#321
JessyCatterwaul
opened
4 months ago
0
Bump swift-collections to 1.1.1
#320
yutailang0119
closed
4 months ago
4
Add waitForAll method
#319
b1ackturtle
opened
5 months ago
0
Provide an option for buffering by duration
#318
jdanthinne
opened
5 months ago
0
Fix compile errors for Swift 6 language mode
#317
b1ackturtle
opened
5 months ago
1
swift-async-algorithms 1.0.1 can no longer be built in Swift Playgrounds on iPadOS
#316
kkebo
closed
5 months ago
4
Consumption of multiple bytes at once from `AsyncBufferedByteIterator`?
#315
CharlesJS
opened
5 months ago
1
Release request for 1.0.1
#314
kateinoigakukun
closed
5 months ago
2
Seeking Help to Replace RxSwift's distinctUntilChanged with Swift Concurrency Equivalent
#313
mock123
opened
7 months ago
0
async chunked sequences can produce empty chunks
#312
rnro
opened
7 months ago
2
Add support for `SWIFTCI_USE_LOCAL_DEPS` convention
#311
kateinoigakukun
closed
7 months ago
4
Fix some strict concurrency warnings
#310
FranzBusch
closed
7 months ago
2
Type erasure for `AsyncSequence`
#309
alex-vasenin
closed
7 months ago
7
Can't send to `AsyncChannel` in the same context it was created
#308
lmcd
closed
7 months ago
2
Depend on specific products from swift-collections
#307
erichoracek
closed
8 months ago
1
Missing Version Number in Documentation
#306
leogdion
closed
10 months ago
1
Add `MultiProducerSingleConsumerChannel`
#305
FranzBusch
opened
11 months ago
10
No way to cancel `AsyncChannel` producer task when consumer task finishes early
#304
fumoboy007
closed
11 months ago
3
Fix potential deadlocks when resuming a continuation while holding a lock
#303
FranzBusch
closed
1 year ago
4
Fix typo in `BoundedBufferStateMachine.swift`
#301
GavrilikArt
closed
1 year ago
1
README and Guides are missing docs for `buffer(policy:)`
#300
pyrtsa
opened
1 year ago
0
Debounce behaving weirdly in proposed unit test
#299
pyrtsa
opened
1 year ago
0
Fix 5.7/5.8 build errors
#298
FranzBusch
closed
1 year ago
1
Add support for the Swift package index
#297
FranzBusch
closed
1 year ago
0
Make throttle underscored
#296
FranzBusch
closed
1 year ago
4
Remove majority of `@unchecked Sendable` usages
#295
FranzBusch
closed
1 year ago
0
Remove `@_implementationOnly` usage
#294
FranzBusch
closed
1 year ago
0
Fix `chunks(countOf: 1)`
#293
FranzBusch
closed
1 year ago
0
Ensure the last element of reduction in the throttle is emitted and use appropriate delay
#292
phausler
closed
1 year ago
1
make AsyncRemoveDuplicatesSequence's init public
#291
yermukhanbet
opened
1 year ago
1
Refactor Throttle to use the same engine style as Debounce
#290
phausler
opened
1 year ago
3
Remove background correction in `AsyncTimerSequence`
#289
FranzBusch
closed
1 year ago
2
Next