Re: [swift-corelibs-dev] NSDecimal & NSDecimalNumber

2015-12-11 Thread Matthew Johnson via swift-corelibs-dev
This thread is related to the thread I started last night about Foundation and value types. Ideally all Foundation types that are already structs would expose a more Swifty interface and those that are naturally value types but currently implemented as classes would be bridged and exposed in S

Re: [swift-corelibs-dev] Asynchronous Operations

2017-01-20 Thread Matthew Johnson via swift-corelibs-dev
> On Jan 20, 2017, at 9:55 AM, Ian Partridge via swift-corelibs-dev > wrote: > > On Darwin, asynchronous usage of Operation is supported via KVO notifications. > > Because KVO is only available on Darwin platforms, swift-corelibs-foundation > currently does not support asychronous Operations,