Page MenuHomePhabricator

[services] Rust Integration - c++ - Implement worker in write reactor
ClosedPublic

Authored by karol on Sep 6 2022, 7:22 AM.
Tags
None
Referenced Files
F1746520: D5071.id16801.diff
Mon, May 13, 2:57 PM
F1746519: D5071.id16793.diff
Mon, May 13, 2:57 PM
F1746518: D5071.id.diff
Mon, May 13, 2:56 PM
Unknown Object (File)
Thu, May 9, 5:21 PM
Unknown Object (File)
Tue, May 7, 3:05 AM
Unknown Object (File)
Fri, May 3, 8:20 PM
Unknown Object (File)
Thu, May 2, 3:50 PM
Unknown Object (File)
Thu, May 2, 11:13 AM

Details

Summary

Depends on D5070

In response to this issue, we should implement the code that will delegate the work away from the reactors to separate threads.

Here, I implement using the worker in the write reactors.

Test Plan

Services build as usual.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek requested changes to this revision.Sep 9 2022, 5:33 AM

The same as in D5069

This revision now requires changes to proceed.Sep 9 2022, 5:33 AM

Assuming that this type of capture is correct (see D5070 where this will be clarified)

This revision is now accepted and ready to land.Sep 15 2022, 7:59 AM