You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure serialization is usable from K/N background thread
* fix concurrency issue when accessing C2TC
This bytearray was mutating itself during the init phase. By moving it to an object, the init {} deals with the initialization and makes it thread safe. The same logic was used for ESCAPE_2_CHAR.
* Serialization meets K/N background threads
* Run all tests from both main and bg threads
* Update Gradle distribution from bin to all
* Update JsonReader, get rid of companions and late-initialization to make it K/N friendly and produce less code
* Update tests to be bg-friendly
Co-authored-by: Mohamed Zenadi <[email protected]>
0 commit comments