-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add `length` support Adds a keyword argument `length=ex` to allow for specifying the length of the iterator. Closes #41 --------- Co-authored-by: Stefan Krastanov <[email protected]>
- Loading branch information
Showing
5 changed files
with
100 additions
and
7 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 |
---|---|---|
|
@@ -3,9 +3,9 @@ uuid = "c5292f4c-5179-55e1-98c5-05642aab7184" | |
keywords = ["generator", "semi-coroutine", "resumable function"] | ||
license = "MIT" | ||
desc = "C# sharp style generators a.k.a. semi-coroutines for Julia." | ||
authors = ["Ben Lauwens <[email protected]>"] | ||
repo = "https://github.com/BenLauwens/ResumableFunctions.jl.git" | ||
version = "0.6.10" | ||
authors = ["Ben Lauwens and volunteer maintainers"] | ||
repo = "https://github.com/JuliaDynamics/ResumableFunctions.jl.git" | ||
version = "0.6.11" | ||
|
||
[deps] | ||
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" | ||
|
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