Skip to content

Use the makePool method in tests#31

Open
rustaceanrob wants to merge 2 commits into
2140-dev:masterfrom
rustaceanrob:impl-make-pool
Open

Use the makePool method in tests#31
rustaceanrob wants to merge 2 commits into
2140-dev:masterfrom
rustaceanrob:impl-make-pool

Conversation

@rustaceanrob

Copy link
Copy Markdown
Member

Closes #30

I think most clients will opt for this simpler interface so I converted
all tests to use the pool rather than the proxy thread.
Comment thread tests/test.rs Outdated
.await;
}

/// Exercise the older `context.thread` dispatch path: instead of relying on

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In stead of just "older", maybe elaborate on situations where this approach is preferred (if any).

Ensure older client versions still work without the thread pool.
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.

Update schemas for makePool and use it in some tests

2 participants