Deriv Tech blog
Sign in Subscribe

Future::AsyncAwait

A collection of 3 posts
Migrating To async/await (part 2)
perl

Migrating To async/await (part 2)

Things to consider when rewriting code to use the new async/await syntax provided by Future::AsyncAwait. In part 1 we looked at how to rewrite code that previously used plain Future on its own for sequencing operations, into using the neater async/await syntax provided by Future::AsyncAwait. In
Mar 10, 2020 6 min read
Migrating To async/await (part 1)
perl

Migrating To async/await (part 1)

Things to consider when rewriting code to use the new async/await syntax provided by Future::AsyncAwait. The Future class provides basic asynchronous future functionality, and also a number of handy building-blocks for building larger code structures into meaningful programs. With the addition of the async/await syntax provided by
Feb 24, 2020 5 min read
Awaiting The Future (part 2)
perl

Awaiting The Future (part 2)

A further look at Future::AsyncAwait, where it will go next and how we should be using it. In the previous part, I introduced the Future::AsyncAwait module, which adds the async and await pair of keywords. These help us to write many forms of code that use futures for
Feb 1, 2020 6 min read
Page 1 of 1
Deriv Tech blog © 2023
  • About
  • Careers
  • LinkedIn
  • GitHub
Powered by Ghost