WIP: documentation

This commit is contained in:
John Rommel Estropia
2016-04-03 13:37:00 +09:00
parent 1a86510045
commit ab3095f078
5 changed files with 99 additions and 21 deletions

View File

@@ -38,8 +38,8 @@ public enum CoreStore {
/**
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).
- SeeAlso: `DataStack`
- Note: 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 {