Flight-School / AnyCodable

Type-erased wrappers for Encodable, Decodable, and Codable values
https://flight.school/books/codable
MIT License
1.28k stars 132 forks source link

Add Sendable conformance #78

Open kolyuchiy opened 1 year ago

goodones-mac commented 6 months ago

Isn't this ignoring Sendable conformance as a force cast essentially? We need an AnyEncodaSendable IMO

kolyuchiy commented 5 months ago

Isn't this ignoring Sendable conformance as a force cast essentially? We need an AnyEncodaSendable IMO

We rely on the fact that AnyCodable can wrap only limited set of basic types which are known to be Sendable.

walkingbrad commented 4 months ago

bump? we want this :)