coding test in Jive# JobHunting - 待字闺中
g*r
1 楼
Implement a class that asynchronously downloads the trending tweets on
twitter and passes the results to a block that is provided as a parameter.
The implementation should prevent more than three requests from executing in
parallel, regardless of the number of class instances or calls requested,
but should eventually execute all requests. Do not use any third-party
libraries. Explain your design and the decisions you made while implementing
it.
要求用 objective C,
twitter and passes the results to a block that is provided as a parameter.
The implementation should prevent more than three requests from executing in
parallel, regardless of the number of class instances or calls requested,
but should eventually execute all requests. Do not use any third-party
libraries. Explain your design and the decisions you made while implementing
it.
要求用 objective C,