Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add IncomingConnections::try_recv()
This enables a non-blocking method to check for incoming connections and messages. This can be useful when using multiple Endpoint in one process or even one thread.
- Loading branch information