issues
search
lampepfl
/
gears
A strawman for a low-level async library in Scala 3.
https://lampepfl.github.io/gears/
Apache License 2.0
254
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update sbt-ci-release to 1.9.0
#103
scala-steward
opened
3 days ago
0
Update sbt, scripted-plugin to 1.10.5
#102
scala-steward
closed
5 days ago
0
Update sbt, scripted-plugin to 1.10.4
#101
scala-steward
closed
1 week ago
1
Update sbt, scripted-plugin to 1.10.3
#100
scala-steward
closed
2 weeks ago
1
Update scala3-library to 3.3.4
#98
scala-steward
closed
1 month ago
0
Update sbt to 1.10.2
#97
scala-steward
closed
1 month ago
0
Update munit to 1.0.2
#96
scala-steward
closed
1 month ago
0
Update README.md: Fix typo in dependency specifiers
#95
aboisvert
closed
2 months ago
1
Update sbt-ci-release to 1.6.1
#94
scala-steward
closed
5 days ago
0
Update auxlib, clib, javalib, nativelib, ... to 0.5.5
#93
scala-steward
closed
2 months ago
0
Update munit to 1.0.1
#92
scala-steward
closed
2 months ago
0
Update sbt-ci-release to 1.6.0
#91
scala-steward
closed
2 months ago
0
Update scalafmt-core to 3.8.3
#90
scala-steward
closed
3 months ago
0
Since transform(listeners) not preserve equality dropListener in transformed source not works.
#88
rssh
closed
4 months ago
2
Update sbt to 1.10.1
#87
scala-steward
closed
4 months ago
0
Add Scalar 2024 talk
#86
natsukagami
closed
4 months ago
0
Async primitives
#85
m8nmueller
closed
1 month ago
1
Update auxlib, clib, javalib, nativelib, ... to 0.5.4
#84
scala-steward
closed
4 months ago
0
Update scalafmt-core to 3.8.2
#83
scala-steward
closed
5 months ago
0
Update auxlib, clib, javalib, nativelib, ... to 0.5.3
#82
scala-steward
closed
5 months ago
0
Update sbt-scalafmt to 2.5.2
#81
scala-steward
closed
5 months ago
0
Update munit to 1.0.0
#80
scala-steward
closed
5 months ago
0
Update auxlib, clib, javalib, nativelib, ... to 0.5.2
#79
scala-steward
closed
5 months ago
0
Update sbt-scala-native-crossproject to 1.3.2
#78
scala-steward
closed
5 months ago
0
Use a scheduler instead of ForkJoinPool on JVM?
#77
He-Pin
opened
5 months ago
2
chore: bump munit to 1.0.0
#76
He-Pin
closed
5 months ago
3
Fix typo in README.md
#75
kciesielski
closed
6 months ago
1
chore: bump sbt to 1.10.0
#74
He-Pin
closed
6 months ago
0
Make `jvmInterruptible` public
#73
natsukagami
closed
6 months ago
0
Set up `sbt-ci-release`
#72
natsukagami
closed
6 months ago
0
Need jvmInterruptible to be public
#71
amsen20
closed
6 months ago
0
Fix bad references in documentation
#70
natsukagami
closed
6 months ago
0
[Experiment] Add capture checking
#68
natsukagami
opened
6 months ago
1
Tests for capture checking
#67
odersky
opened
7 months ago
8
Update scala-native to 0.5.1
#66
natsukagami
closed
6 months ago
2
Scala Native 0.5 is released, a new release of gears
#64
He-Pin
closed
6 months ago
10
chore: Use scalafmt to group imports
#63
He-Pin
closed
7 months ago
2
Add simple building blocks for Stream
#56
He-Pin
opened
7 months ago
2
chore: Bump Scala to 3.3.3
#55
He-Pin
closed
7 months ago
1
Revamp documentation resources
#54
natsukagami
closed
7 months ago
4
Add Apache 2.0 LICENSE
#53
natsukagami
closed
6 months ago
4
Add/fix lots of documentation
#52
natsukagami
closed
8 months ago
1
Add a `sleep` method that takes scala.concurrent.duration, with documentation
#51
natsukagami
closed
8 months ago
0
Upload gears API as GitHub Pages site
#50
natsukagami
closed
8 months ago
1
Add conversion extensions between `scala.concurrent.Future` and gears `Future`
#49
natsukagami
closed
8 months ago
0
Introduce `Retry` as an alternative to Tasks
#48
natsukagami
closed
8 months ago
0
Push scala-native version to published v0.5.0-RC1
#47
natsukagami
closed
8 months ago
0
Experiment: Only allow `Async.Spawn` to spawn runnable futures
#46
natsukagami
closed
8 months ago
6
Add `Future.resolved / rejected / completed` as shortcuts for `Future.now`
#45
natsukagami
closed
8 months ago
3
Rename `alt` and `altAll` to `or` and `awaitFirst`
#44
natsukagami
closed
8 months ago
1
Next