swift-service-context icon indicating copy to clipboard operation
swift-service-context copied to clipboard

Minimal type-safe context propagation container

Results 4 swift-service-context issues
Sort by recently updated
recently updated
newest added

This mirrors the https://github.com/slashmo/gsoc-swift-baggage-context/issues/35 ticket -- Additional capability similar to privacy in os_log to be added to baggage keys. A key has to define if it wants to be included...

When using the async `ServiceContext.withValue` in Swift 5, warnings always appear. `@available(*, deprecated)` annotation should not be exist in Swift 5 block. Additionally, since there are no other async overloads,...