apple / swift-cluster-membership

Distributed Membership Protocol implementations in Swift
https://apple.github.io/swift-cluster-membership/
Apache License 2.0
201 stars 20 forks source link

remove SWIMTimeAmount from public API #18

Closed ktoso closed 4 years ago

ktoso commented 4 years ago

Remove SWIMTimeAmount and just use DispatchTimeInterval.

It is somewhat annoying due to the Int there and Int64 in other types, and I avoided conforming it to Comparable explicitly since itd have to be public.