mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-27 11:07:05 +02:00
full inline sourcecode documentation
This commit is contained in:
@@ -36,16 +36,16 @@ public typealias HCD = HardcoreData
|
||||
// MARK: - HardcoreData
|
||||
|
||||
/**
|
||||
HardcoreData is the main entry point for all other APIs.
|
||||
`HardcoreData` is the main entry point for all other APIs.
|
||||
*/
|
||||
public enum HardcoreData {
|
||||
|
||||
// MARK: Public
|
||||
|
||||
/**
|
||||
The default DataStack instance to be used. If defaultStack is not set before the first time accessed, a default-configured DataStack will be created.
|
||||
The default `DataStack` instance to be used. If `defaultStack` is not set before the first time accessed, a default-configured `DataStack` will be created.
|
||||
|
||||
Changing the defaultStack is thread safe, but it is recommended to setup DataStacks on a common queue (e.g. the main queue).
|
||||
Changing the `defaultStack` is thread safe, but it is recommended to setup `DataStacks` on a common queue (e.g. the main queue).
|
||||
*/
|
||||
public static var defaultStack: DataStack {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user