Skip to content

Commit

Permalink
add Fiber (no docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed Sep 1, 2023
1 parent 0c0a389 commit 1c52f7f
Show file tree
Hide file tree
Showing 4 changed files with 463 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]
### Added
- `Thread`, `Ruby::thread_create`/`thread_create_from_fn` and other thread APIs.
- `Fiber`, `Ruby::fiber_new`/`fiber_new_from_fn` and other fiber APIs.
- `Ruby::ary_try_from_iter` is an efficient way to create a Ruby array from a
fallible Rust iterator.
- `Ruby::hash_from_iter` and `Ruby::hash_try_from_iter`.
Expand Down
Loading

0 comments on commit 1c52f7f

Please sign in to comment.