Skip to content
#

seastar

Here are 21 public repositories matching this topic...

xemul
xemul commented Nov 23, 2021

The observable class keeps the list of std::function<void(Args...)> subscribers onboard. When set (called) the value notifies all observers about the change. Being void the callback that needs to start an asynchronous operation can do nothing but send it into the background by ignoring the top-most future. It would be nice if observable::operator() returned back a future. This would requir

Improve this page

Add a description, image, and links to the seastar topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the seastar topic, visit your repo's landing page and select "manage topics."

Learn more