-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3781 from armanbilge/topic/timer-stealing-without…
…-synchronization Timer stealing without a concurrent data structure
- Loading branch information
Showing
19 changed files
with
736 additions
and
1,532 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
cats-effect | ||
Copyright 2020-2024 Typelevel | ||
Licensed under Apache License 2.0 (see LICENSE) | ||
|
||
This software contains portions of code derived from scala-js | ||
https://github.com/scala-js/scala-js | ||
Copyright EPFL | ||
Licensed under Apache License 2.0 (see LICENSE) |
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
56 changes: 0 additions & 56 deletions
56
core/jvm/src/main/java/cats/effect/unsafe/TimerSkipListNodeBase.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.