AlexanderMihail / seastar_db

A key-value database engine with REST interface
http://seastar.io
Apache License 2.0
0 stars 0 forks source link

Generator template should come from STD <experimental/generator> but it cannot be found. #15

Closed AlexanderMihail closed 6 months ago

AlexanderMihail commented 6 months ago

Not reasonable to have us all reinventing the wheel with those coroutine return values. Tried to use seastar::coroutine::experimental::generator template, but it seems to be a totally different thing.

AlexanderMihail commented 6 months ago

The database server is now using the seastar generator template for index listing and rownext. A step closer to seastar compliance, I hope.