-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f81086
commit c7974e5
Showing
5 changed files
with
28 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
import typing | ||
from typing import Any, Mapping, NamedTuple, Optional, Sequence, Tuple | ||
|
||
__version__ = "0.2.2" | ||
__version__ = "0.2.2rc6" | ||
__author__ = "Robinhood Markets, Inc." | ||
__contact__ = "[email protected], [email protected]" | ||
__homepage__ = "https://github.com/faust-streaming/faust" | ||
|
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
Hmm.. this does synchronize behaviour with the Cython version, but it also changes how things work since the on_buffer_full/on_pressure_drop functions in consumer won't be called anymore - I'm unsure on the effects of this.
Perhaps it's better to port the put_nowait_enhanced variant to Cython?