Skip to content

New CachingTransport#9579

Open
swankjesse wants to merge 3 commits into
jwilson.0722.testerfrom
jwilson.0722.cache
Open

New CachingTransport#9579
swankjesse wants to merge 3 commits into
jwilson.0722.testerfrom
jwilson.0722.cache

Conversation

@swankjesse

Copy link
Copy Markdown
Collaborator

No description provided.

class CachingTransport<Q>(
private val taskRunner: TaskRunner,
private val delegate: Transport<Q>,
private val clock: Clock,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we care that this can go backwards or jump forwards? Should it be TimeSource instead and everything be relative to time marks?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, Good call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants