10000 Possibly redundant Sleep · Issue #28 · wobcom/vicky · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Possibly redundant Sleep #28
Open
Open
@Kek5chen

Description

@Kek5chen

tokio::time::sleep(std::time::Duration::from_secs(1)).await;

Why is there a sleep here? Can this be removed? The task is done at that point and logs should have sunk into the remote logger so finish can be called safely right away, or am I missing something?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestthinkingThis is currently being pondered about

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0