Sunday, December 20, 2015

Pythia nested and chained callbacks


https://github.com/secureosv/pythia/blob/master/examples/seastar_sleep.md

The new syntax and then(): is used above to chain callbacks to the previous lambda function. This allows you to quickly create and manage the flow of callback logic.

output c++14

No comments:

Post a Comment