Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove uses of time::Instant from core DD #485

Merged
merged 1 commit into from
May 13, 2024

Conversation

frankmcsherry
Copy link
Member

DD uses time::Instant in two non-load-bearing moments, and by removing them we open up doors for using DD in settings without support for time, including WebAssembly. This PR proposes just to remove these uses (and move one use to the commented-out code that references it).

Discussion in #479

cc: @oli-w

src/capture.rs Outdated Show resolved Hide resolved
@frankmcsherry frankmcsherry merged commit b215b9a into TimelyDataflow:master May 13, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants