mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
The RPC will be used by view building coordinator to attach to and wait for tasks performed by view building worker (introduced in later commit). The RPC gets vector of tasks' ids and returns vector of `view_task_result`s. i-th task result reffers to i-th task id.