Library Moduleordo-one.package-concurrency-helpers 4.0.3Helpers
Helpers
import Helpers
Module information
- Declarations
- 21
- Symbols
- 30
Uncategorized
Types
class Box<T>
Generic box to allow sharing of objects of value-types (structs, enums, etc)
class ProcessingRate
This class tracks how many times per second during the specified interval the checkpoint was called
struct TimeIntervalCounter<Time>
This class tracks counter during the specified time interval
Globals
var isBeingDebugged: Bool
Returns true if the process is currently being traced by a debugger.
func nearestPowerOf2<T>(T
) -> T