|
|
|
|
|
by mmastrac
2538 days ago
|
|
We've been slowly rewriting our core instrumentation code at FullStory to take advantage of the new futures and async/await. I'd love to blog on this at some point but I think that the real big win here was being able to use ? to early exit in async code. I'm excited to see what the future brings here - we're still pretty new with async/await and building our own internal patterns. |
|
Also very happy to not being forced to write .map_err ever again.