Kronos
Kronos copied to clipboard
Elegant NTP date library in Swift
The external parameter name is duplicated and therefore redundant.
In our tests with Austrian time servers we often see that using IPv6 addresses results in much slower query times (consistently 10 seconds instead of ~4 with only IPv4). This...
Hello everyone, I would like to build an app that records frames and depth images throughout an AR session. For this purpose I need to have the time synchronized as...
This simplifies the CI setup and formats the BUILD file Signed-off-by: Keith Smiley
When using SPM, the library is imported as static. Will you add support for importing as dynamic?
---- ``` WARNING: ThreadSanitizer: data race (pid=97366) Read of size 8 at 0x0001164e9888 by thread T4: #0 static Clock.annotatedNow.getter :2 (Kronos:x86_64+0x26a76ca) #1 static Clock.now.getter :2 (Kronos:x86_64+0x26a747d) Previous write of size...
Hello Lyft 🙂👋 I'm stepping across this project, as we're looking for NTP library. It looks great and does what we need with minimum code 🚀. Although, I'm wondering if...
Looks like `CFNetwork` is being used to handle the network communication layer and it has [mysteriously been removed](https://forums.developer.apple.com/thread/118993) from the list of frameworks supported in watchOS. I'll be taking a...
I get the error: "Building for Mac Catalyst, but the linked framework 'Kronos.framework' was built for iOS + iOS Simulator." I have installed it with Carthage. Is there a simple...