Skip to content

Async Methods - #25

Merged
btoms20 merged 15 commits into
mainfrom
misc-work
Sep 3, 2026
Merged

Async Methods#25
btoms20 merged 15 commits into
mainfrom
misc-work

Conversation

@btoms20

@btoms20 btoms20 commented Sep 3, 2026

Copy link
Copy Markdown
Member

What?

This PR adds async methods for the base DHT API (just wrappers around their ELF counterparts), cleans up logging, and removes a few forcefully unwrapped trys.

Changes:

  • Reduced most logs to either trace or debug to clean up the console
  • Removed all prints()
  • Moved route registration (which can throw) into our start method.
  • Added async method wrappers for their EventLoopFuture counterparts
  • Reworked stop to guard against waiting on the same EventLoop our tasks are running on.
  • Added Lifecycle and Async API tests

@btoms20 btoms20 self-assigned this Sep 3, 2026
@btoms20
btoms20 merged commit 4aa67a6 into main Sep 3, 2026
28 checks passed
@btoms20
btoms20 deleted the misc-work branch September 3, 2026 21:23
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.

1 participant