|
|
|
|
|
by obstinate
4019 days ago
|
|
If I compare the three alternatives: - Standard blocking code in OS threads.
- Future-based code.
- Coroutines with explicit annotation.
The latter is probably only viable for very large organizations in terms of engineering cost. The other two are doable for smaller organizations. |
|