|
|
|
|
|
by nbittich
1272 days ago
|
|
I hated async for months. Refused to touch it.
Recently I tried it again. It (seems) way better now.
Just avoid weird libraries like diesel & rocket, and everything works just as expected.
I even wrote some generic code with async and surprisingly it works without me having to get a phd in type theory to please the compiler. |
|