seastar icon indicating copy to clipboard operation
seastar copied to clipboard

sharded.hh: seperate invoke_on decls from defs

Open tomershafir opened this issue 4 months ago • 0 comments

Seperate all invoke_on decls from defs on sharded class template for improved readability and loose coupling, maybe even as preparation for extern template. Also, cluster invoke_on(unsigned id, ...) together with the other variants.

tomershafir avatar Oct 04 '24 13:10 tomershafir