-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Always use buffered producers to allow multiple concurrent flow …
…paths to use the same products (#29) * API: make properties source and processor public * API: rename attribute transformer_group to transformer * CODE: mark true start of private definitions section * REFACTOR: make SerialConduit.chained_conduits abstract * REFACTOR: don't use iter_concurrent_conduits in is_valid_source() * REFACTOR: don't use iter_concurrent_conduits in product_type * REFACTOR: don't use iter_concurrent_conduits in is_chained * REFACTOR: don't use iter_concurrent_conduits in FlowGraph * API: replace (a)iter_concurrent_conduits() to …_concurrent_producers() * TEST: add unit test ensuring conduits shared between paths run only once * REFACTOR: move buffered producer classes to _simple.py * DOC: remove obsolete @inheritdoc decorators * BUILD: upgrade mypy to 1.11 * REFACTOR: eliminate aiter_concurrent_producers() * DOC: remove an obsolete inline comment * API: remove SerialTransformer.[a]iter() * REFACTOR: remove obsolete [a]iter_concurrent_conduits()
- Loading branch information
Showing
15 changed files
with
575 additions
and
660 deletions.
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
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
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
Oops, something went wrong.