Commit Graph

6 Commits

Author SHA1 Message Date
Hoàng Minh Nhật f7fa580ad1 Fix error in sample source in blocking section (#410)
- Add return type *-> Future<String>* to fix compile error *Type 'PathComponentsRepresentable' does not conform to protocol 'ExpressibleByStringLiteral'*
- Change *DispatchQueue.global()* to *DispatchQueue.global().async* to fix compile error *Cannot invoke 'global' with an argument list of type '(() -> ())'*
2019-09-12 15:30:37 +01:00
Carl Downing a60040b9c7 minor corrections 2018-04-22 14:59:30 -07:00
Carl Downing 993f27c4a4 SwiftNIO 2018-04-22 14:42:36 -07:00
tanner0101 b2fbe046c4 add async section + console docs 2018-04-05 14:47:45 -04:00
tanner0101 c463dfa0f7 crypto updates 2018-04-02 21:10:19 -04:00
Joe Smith d342368441 Create async getting started doc 2018-03-27 20:40:55 -07:00