일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
- 오브젝티브C
- 설치
- Mobile
- Number
- install
- 윈도우즈7
- 윈도구
- cagr48com
- windows7
- 윈도구7
- WebService
- 아이폰
- c#
- windows
- VISTA
- mac
- 퇴사
- WSDL
- screen
- 볼링
- 맥
- 아이맥
- 형식
- Objective-C
- 링크
- ObjectiveC
- 애플
- 7932
- java
- iPhone
- Today
- Total
목록2022/07/11 (2)
A colossal Dreamer: GR鐵塔-天生我材
os_unfair_lock_s > NSLock > NSRecursiveLock os_unfair_lock_s >> DispatchQueue.sync DispatchSemaphore > DispatchGroup pthread_mutext_t, pthread_rwlock_t, DispatchQueue, OperationQueue https://swiftrocks.com/thread-safety-in-swift Thread Safety in Swift Concurrency is the entry point for the most complicated and bizarre bugs a programmer will ever experience. In this article, I'll share my favorit..
괜찮은 도구: PropertyWrapper @propertyWrapper public class PublishedBuffer where Buffer: RandomAccessCollection & RangeReplaceableCollection, Failure: Error, Buffer.Index == Int { public var wrappedValue: Buffer { ... } public var projectedValue: PublishedBuffer.Publisher { ... } public class Publisher: Combine.Publisher { ... } } 하나의 선언으로 3가지 타입으로 접근이 가능함. @PublishedBuffer var buffer: [Int] 아래와 같이 3..