You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-5Lines changed: 43 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,13 @@ STNetTask is abstract, it provides basic properties and callbacks for subclassin
23
23
24
24
STNetTaskDelegate is the delegate protocol for observing result of STNetTask, mostly it is used in view controller.
25
25
26
-
## STNetTaskChain
26
+
## ~~STNetTaskChain~~ (Deprecated. Use STNetTaskGroup instead)
27
27
28
-
STNetTaskChain is a chain which processes an array of STNetTask serially. A net task chain is considered as successful only if all net tasks in the chain are end without error.
28
+
~~STNetTaskChain is a chain which processes an array of STNetTask serially. A net task chain is considered as successful only if all net tasks in the chain are end without error.~~
29
+
30
+
## STNetTaskGroup
31
+
32
+
A net task group for executing net tasks serially or concurrently.
0 commit comments