refactor(streaming): extract the update frame
This commit is contained in:
parent
4e4aac2c5a
commit
0bc9fda9de
13 changed files with 912 additions and 184 deletions
|
|
@ -9,7 +9,7 @@ namespace AcDream.App.Streaming;
|
|||
/// while a session boundary releases the controller without recentering. The
|
||||
/// transaction remains pending across frames when an owner teardown needs retry.
|
||||
/// </summary>
|
||||
internal sealed class StreamingOriginRecenterCoordinator
|
||||
internal sealed class StreamingOriginRecenterCoordinator : IStreamingOriginConvergence
|
||||
{
|
||||
private readonly record struct Request(
|
||||
int DestinationX,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue