Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
mongodb
/
mongo-java-driver
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
2.7k
Code
Issues
4
Pull requests
36
Actions
Security and quality
3
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Introduce necessary executors and implement
sleepAsync
- #2040
#2040
Merged
stIncMale
merged 15 commits into
mongodb:backpressure
mongodb/mongo-java-driver:backpressure
from
stIncMale:sleepAsyncReal
stIncMale/mongo-java-driver:sleepAsyncReal
Copy head branch name to clipboard
Aug 18, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Introduce necessary executors and implement
sleepAsync
#2040
stIncMale
merged 15 commits into
mongodb:backpressure
mongodb/mongo-java-driver:backpressure
from
stIncMale:sleepAsyncReal
stIncMale/mongo-java-driver:sleepAsyncReal
Copy head branch name to clipboard
Commits
Commits on Aug 18, 2026
Introduce `sleepAsync`
Show description for ae8d307
stIncMale
committed
ae8d307
View commit details
Copy full SHA for ae8d307
Browse repository at this point
Thread `AsyncClientExecutor` through to make it accessible
Show description for 390a54d
stIncMale
committed
390a54d
View commit details
Copy full SHA for 390a54d
Browse repository at this point
Add backoff to `RetryAttemptInfo`
Show description for 3e8edbd
stIncMale
committed
3e8edbd
View commit details
Copy full SHA for 3e8edbd
Browse repository at this point
Make `RetryingSyncSupplier.sleep` `static`
stIncMale
committed
3794f28
View commit details
Copy full SHA for 3794f28
Browse repository at this point
Replace `AsyncClientExecutor.unimplemented` -> `NO_OP`
stIncMale
committed
417af21
View commit details
Copy full SHA for 417af21
Browse repository at this point
Remove dead code
stIncMale
committed
08832e8
View commit details
Copy full SHA for 08832e8
Browse repository at this point
Do the design changes as discussed
stIncMale
committed
334c30c
View commit details
Copy full SHA for 334c30c
Browse repository at this point
Simplify `RetryingSyncSupplier` and improve the assertion in `CommonExecutor`
stIncMale
committed
67eecdb
View commit details
Copy full SHA for 67eecdb
Browse repository at this point
Make `MongoClientImpl` constructors the same for sync and reactive
stIncMale
committed
da94778
View commit details
Copy full SHA for da94778
Browse repository at this point
Make `StreamFactoryFactory` return its I/O executor instead of `AsyncClientExecutor`
stIncMale
committed
c9c76dd
View commit details
Copy full SHA for c9c76dd
Browse repository at this point
Rename `UnimplementedAsyncClientExecutor` -> `NoOpAsyncClientExecutor`
stIncMale
committed
5ddd6a2
View commit details
Copy full SHA for 5ddd6a2
Browse repository at this point
Refactor `AsyncClientExecutor.sleepAsync`->`schedule`, add `ThreadUtil.sleepAsync`
stIncMale
committed
69230d6
View commit details
Copy full SHA for 69230d6
Browse repository at this point
Refactor `AsynchronousSocketChannelStreamFactoryFactory` such that its `getExecutor` returns the actual I/O executor
stIncMale
committed
f6c9284
View commit details
Copy full SHA for f6c9284
Browse repository at this point
Make `CommonExecutor` package-access
stIncMale
committed
8fd5455
View commit details
Copy full SHA for 8fd5455
Browse repository at this point
Fix `InternalStreamConnectionTest` after rebase
stIncMale
committed
484534e
View commit details
Copy full SHA for 484534e
Browse repository at this point
You can’t perform that action at this time.