google / eDistantObject

eDistantObject (eDO) - Remote invocation library for iOS
Apache License 2.0
174 stars 36 forks source link

Bypass C-pointer limitation so dictionary can be enumerated. #274

Closed copybara-service[bot] closed 6 months ago

copybara-service[bot] commented 6 months ago

Bypass C-pointer limitation so dictionary can be enumerated.

The remote enumeration will be slower because stop doesn't actually stop the enumeration, but just the callback invocations. The behavior of the callback doesn't change.