a10 icon indicating copy to clipboard operation
a10 copied to clipboard

Have borrowed and owned versions of Futures w.r.t. SubmissionQueue

Open Thomasdezeeuw opened this issue 4 months ago • 2 comments

Currently some Futures own a SubmissionQueue, others take a reference to it. It would be to have a mechanism where we can support both.

Maybe it's a simple as adding <SQ: AsRef<SubmissionQueue>> instead of using a SubmissionQueue.

Thomasdezeeuw avatar Apr 20 '24 13:04 Thomasdezeeuw