SendableBox

A Sendable storage that allows access from concurrently running tasks in an async closure. This type serves as a replacement for ThreadSafeBox implemented with Swift Concurrency primitives.

SendableBox.swift:18
actor SendableBox<Value> where Value : Sendable