-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ffi): add async message iterator
Add a new V4 asynchronous message iterator. This mirrors the existing `pact_handle_get_sync_message_iter` and `pact_handle_get_http_iter`, and is the V4 counterpart for `pact_handle_get_message_iter`. I have not marked the `pact_handle_get_message_iter` as deprecated; however, if the functionality of the new iterator supplants the older `PactMessageIterator`, it may be worth documenting the deprecation and directing people to use the new function/iterator. Signed-off-by: JP-Ellis <josh@jpellis.me>
- Loading branch information
Showing
2 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters