issues
search
swift-server
/
swift-kafka-client
Apache License 2.0
83
stars
23
forks
source link
Fix sendability warnings
#114
Closed
felixschlegel
closed
1 year ago
felixschlegel
commented
1 year ago
Modifications:
make
KafkaError
@unchecked Sendable
(can be marked as
@unchecked Sendable
because we use a backing class for storage aka copy-on-write)
Modifications:
KafkaError
@unchecked Sendable
(can be marked as@unchecked Sendable
because we use a backing class for storage aka copy-on-write)