|
|
|
|
|
by nbsande
324 days ago
|
|
While having the same code for sync and async sounds nice, monkey patching code at runtime seems hacky. Any library that wants to use a lower level implementation of network calls would need to handle the monkey patching themselves i assume. |
|