Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/typelevel/cats-effect

The pure asynchronous runtime for Scala
https://github.com/typelevel/cats-effect

Remove a branch on the hottest path

1b2c95ab6c9544c677647c77cb6f5b72b84ad17d authored almost 4 years ago
Blocking dispatcher spec

1b34875e4647189c5c5a413d0459aed73aff042a authored almost 4 years ago
Add support for helper threads in the fiber runloop

2e6dc4f390ee33de0e87e55f1404d6d075e4b5c1 authored almost 4 years ago
Long overdue code deduplication

ed322fe4221953ade823c46c6858c2cb282f89b2 authored almost 4 years ago
Consistent naming between WorkerThread and HelperThread

0667525461a7280fec5d9aa5841d8ab18de303ee authored almost 4 years ago
Improve confusing naming of internal fiber scheduling methods

b2d4fe6e13de6207ef59404eb96d540f95846b26 authored almost 4 years ago
WorkerThread finally extends BlockContext

bb011286c03b07c10081dfc974a60d881d39508c authored almost 4 years ago
Introducing HelperThread

193ba943b9076fc5effb224f7b2671bffb370bf5 authored almost 4 years ago
Add support for draining the LocalQueue

1f262c77621ae7a6fec75e4dcc5e0f7a8a0b45bb authored almost 4 years ago
Fiber[Resource[F, *], E, A] join scope contained by outer

cb7336860fa2d80c59e31ddf9f144266146f771a authored almost 4 years ago
Async.evalOnK addition

a4a4ecc6b485c58abcfce5921cd3d2de85c4d4bf authored almost 4 years ago
IO option methods

0c32bc8c54ae0baa3c7d1accbea5c1818fb6907a authored almost 4 years ago
Add IO#to

1b864f021e7d86474ab5a22eb3343bedb0345b40 authored almost 4 years ago
conditionally allocate IllegalArgumentException

8ea26a48f3c7a95c2d1f2f1e800c1c2b1614eae0 authored almost 4 years ago
Reuse parts of the kleisli GenConcurrent instance in TimeT

aac631e8b220cbd0ec576c68552edcf22dbc7403 authored almost 4 years ago
Merge remote-tracking branch 'upstream/series/3.x' into topic/scalafix

24f9fc24f608af743d7398fb9fa25310cf74f54b authored almost 4 years ago
ContextShift#shift -> Spawn[F].cede

c43d98dd25f1604a7cb3d591c0a8224f40696187 authored almost 4 years ago
Use MonadError instead of assertions in Random

90124c4272084f013502cbca4e2fc5523b4652c6 authored almost 4 years ago
Merge pull request #1707 from scala-steward/update/scalafmt-core-2.7.5

Update scalafmt-core to 2.7.5

957b057e1ee127f5048e4aee06055673bb88130d authored almost 4 years ago
Merge pull request #1718 from typelevel/readme-versions

Update README to reflect the new library versions

afa9f156b475c38ad4158d5a0c1b6411f1360b03 authored almost 4 years ago
Update README to reflect the new library versions

169c2fa36a471b89e439de66068c66f3a579000c authored almost 4 years ago
Adjusted scalafmt config

68e78305d925e99d806fd88c7befa0a80ae76651 authored almost 4 years ago
Merge pull request #1717 from typelevel/revert-1692-dispatcher

Revert "Striped/multiplexed Dispatcher"

dfa368e4e29eeb053b1e2a9874d5815f3c3cf6d1 authored almost 4 years ago
Revert "Striped/multiplexed Dispatcher"

aacb32c132c484257804f06a6a33a68ea708b30d authored almost 4 years ago
Merge pull request #1716 from vasilmkd/async-continue

Directly continue async execution in Get

707c0998e6c0455598e112e97626e87c302ff0a0 authored almost 4 years ago
Merge branch 'series/3.x' into update/scalafmt-core-2.7.5

651aba4e6e843fa681beb021645f6fdd26209974 authored almost 4 years ago
Merge pull request #1709 from DennisVDB/series/3.x

Use Unique in Supervisor instead of custom Token

537145361b901641092c93e1c9f1cb029d510b94 authored almost 4 years ago
Merge pull request #1711 from vasilmkd/localqueue

Production ready LocalQueue

34af4f233c806bd0530aab89b4c15e3fa8a2ffb1 authored almost 4 years ago
Merge pull request #1713 from DennisVDB/add-api-url

set apiURL in sbt

063f57148b8275f5cd6a39d9def0317a504dceb2 authored almost 4 years ago
Directly continue async execution in Get

254ecc847e3a5ce3d682e0e940db375660e0edcc authored almost 4 years ago
Merge pull request #1692 from vasilmkd/dispatcher

Striped/multiplexed Dispatcher

1814c5598c6d3ac44ef6ad610c30d4c94a9e48e4 authored almost 4 years ago
Merge pull request #1689 from patseev/series/3.x

parallel finalization in Concurrent[Resource]#both

7ff314190866caeae745865780223745495224d7 authored almost 4 years ago
Whoops, in my defense, it's very late

4e53f3b0c7d2964e508bd25a3a4c822d205a7114 authored almost 4 years ago
Same just monomorphic

d36faf514d8970c752961d1cb956916466db14dc authored almost 4 years ago
Dispatcher Benchmark

b11ae51fbbd7f149d681053a73b5eb3da0feb8f6 authored almost 4 years ago
Randomly multiplexed dispatcher

6bc33e8001270ab696ad40c94a10682c55be3fd1 authored almost 4 years ago
set apiURL in sbt

2e635ebc8411a2603d18d9d4945278e5be2600ab authored almost 4 years ago
Reasons behind dropping Unsafe

32bf369737df7a7de5523ec507d0ca4ea695b9fb authored almost 4 years ago
Introducing LocalQueue

4131a0a7ff293140b81a6c5701e6a8ec0b357998 authored almost 4 years ago
Added sidebars todo for now

153f55b1391bf12b229f3f24c678e0753474b171 authored almost 4 years ago
Fixed a bunch of docs issues

5e0e9b0b8ac56f8fcd4995b4c6052f52763f1266 authored almost 4 years ago
remove redundant Unique bound

c7c6b1a01e98dca9fb3359c475b670973eed4e29 authored almost 4 years ago
Use Unique in Supervisor instead of custom Token

Closes #1684

a8955e788fcba27e4a12471275bcd430d7f1f5da authored almost 4 years ago
Reformat with scalafmt 2.7.5

4c63f3cf446c46e243495792aef2e22371845977 authored almost 4 years ago
Update scalafmt-core to 2.7.5

d24f9f2abe50bd7fe785fd23447bb5fef6fdc67b authored almost 4 years ago
Merge pull request #1706 from scala-steward/update/scalafmt-core-2.6.4

050c76bf63217e1beefe65d066db3c8491290ef9 authored almost 4 years ago
Move Java sources to proper directory

1aeb8befc88f8560b412f8724310db54261ec1aa authored almost 4 years ago
Merge branch 'series/3.x' into update/scalafmt-core-2.6.4

f4cc131f8c25b6fb6810e098289fc44db7de2bf1 authored almost 4 years ago
Merge branch 'series/3.x' into topic/scalafix

dab3268f19f0ea240d506b9c4d61881a939b6ac9 authored almost 4 years ago
Update cats-effect versions

b49cd7b44d4e915c704bb74f1b015aa3333b4aee authored almost 4 years ago
Merge pull request #1704 from scala-steward/update/better-monadic-for-0.3.1

Update better-monadic-for to 0.3.1

bd06938d66ca958341a1130be3bf14a79b244cdd authored almost 4 years ago
Merge pull request #1705 from scala-steward/update/sbt-mdoc-2.2.18

Update sbt-mdoc to 2.2.18

6de7d32b017c2d9cc4c879a6af25791c6f0bfeb0 authored almost 4 years ago
Fixed Scala version in mergify

6cbd14851976ec318ec4f2d47b69dad6a6c02bfd authored almost 4 years ago
Reformat with scalafmt 2.6.4

c423548bb196d68dbf08ea0cbe53138ce1636ff9 authored almost 4 years ago
Update scalafmt-core to 2.6.4

e1f69de07b957d32cee9682f1f806291f59b7a89 authored almost 4 years ago
Update sbt-mdoc to 2.2.18

dfb2670cba9eb6bc19e6df08919bc350f749ab6a authored almost 4 years ago
Update better-monadic-for to 0.3.1

f31d2fd243bc91dd0c5177518317afb3ed1f1b45 authored almost 4 years ago
Merge pull request #1703 from djspiewak/build/mergify-ce3

Added mergify config

932c3db64dff3c3c5bd0d5411bb2b8e9c711d9d0 authored almost 4 years ago
Added mergify config

e29fb4d4c2492fbac34c61bc2a016ddfe6ac133e authored almost 4 years ago
Merge pull request #1701 from djspiewak/feature/docs-aggregation

Docs things

0a6538af3f6099d4ccb01d0a01ed96cca52fa40a authored almost 4 years ago
Fixed dead code error

11f3c38f064c2010b06206ab5f5b97b671e71945 authored almost 4 years ago
Collapsed sections

c2e0cec2427745e04f476ac7bd8b7b7659d6c3ae authored almost 4 years ago
Wrote stub things in the sidebar so we have a roadmap to fill in

c932a6a9c7445af2d36d07044b344f9bbb1ea132 authored almost 4 years ago
Wrote real words for the installation guide

dd4e107f6d9f0e010cd2d87f733e97f7aeebdb0b authored almost 4 years ago
Run tests only in 2.13 build

6c3a44b1b2beaf9cd08f54c3ea19be4e4b3cadd3 authored almost 4 years ago
implicit Parallel[F] -> if implicit Concurrent[F]

e9498ede4ee9ebfad79d200e3974801eb6b3448a authored almost 4 years ago
Run Scalafix tests in CI

5de59de872be11c01c56ef46969ec0e4b9fca91d authored almost 4 years ago
Merge pull request #1698 from typelevel/topic/rc1-3x

Scala 3.0.0-RC1

6ac8925f1c489027bf99fbe97d927343361ee65c authored almost 4 years ago
Scala 3.0.0-RC1

3f838bdbc83f6962a0e88666671b030ff62fec62 authored almost 4 years ago
Merge pull request #1691 from vasilmkd/scheduled

Set remove on cancel policy

cc6fc31678247c3ad8efe410253acae64f06e545 authored almost 4 years ago
Merge pull request #1632 from Wosin/1613

Add `backgroundOn` and `startOn` combinators.

6660721b88fd1575e15822054b760f8976cde576 authored almost 4 years ago
Blocker[F] -> Resource.unit[F]

21f1650ea48c0c372187f3a01f3a9f1be0667c46 authored almost 4 years ago
Timer -> Temporal

4d0fc06c88b0c8300499b83ee941ba04bf36e8aa authored almost 4 years ago
Remove implicit Concurrent[IO]

028f80272e9d6574ac67896d3d9b60e5d5b989f5 authored almost 4 years ago
parallel release in Concurrent[Resource]

a9efeff71f3b07b44a709d9f5546618616b7b6a2 authored almost 4 years ago
Improve removeParam

5fba5cee5e269898f64dce583a787f433be0f46e authored almost 4 years ago
Blocker#delay -> Sync[F].blocking

ec33e0fb6a9a4742b7a8b453e693050d7c805528 authored almost 4 years ago
Changed according to comments.

afe985a0f47c581cc7bf3de02f742b26fe4d60a3 authored almost 4 years ago
Set remove on cancel policy

68156493090086a93fe30cbde8a8ba8eab55fe68 authored almost 4 years ago
Remove Blocker

4eadfc12b138d91fe5addcb6b322e7759dad563c authored almost 4 years ago
parallel release in Async[Resource]

af4a01fad874d6ffa93b6584b7b839cc0b7278b4 authored almost 4 years ago
Sync#suspend(). -> defer

14fab138d3d7c735fa61ba546e2144222cb6a33a authored almost 4 years ago
Merge pull request #1683 from patseev/series/3.x

addition of Resource#race

2c9044014dab0e6cd68ab4090ed9b04f6ff55dcd authored almost 4 years ago
Resource#parZip -> Resource#both

49ee6b9e67b375a60ccaa1f15c1f501c785a81d8 authored almost 4 years ago
Remove ContextShift everywhere

29bc0b0c47aefb6326f9b830f903c2c54cea182d authored almost 4 years ago
Remove ContextShift

74e4fbc19952592857fe06a2099013d84d1c90d1 authored almost 4 years ago
Extract method for fusing two parameter lists

123cf17afcff2f51b1c5ed285c6ab5c6fc3ecd0d authored almost 4 years ago
Do not use findLast

53402e7b6a8821a84e59766701b2276a8d69e36a authored almost 4 years ago
Improve guarantee() rewrite

0018bbea29cb84c0c6131e382e8902c4b6db4fe6 authored almost 4 years ago
revert Resource#both to existing implementation

85da5870bfadc31a75df13ee9eaa3bdb2fddc830 authored almost 4 years ago
addition of Resource#race

fba9347896af77e8a0e3d5302a7335201639a426 authored almost 4 years ago
Merge pull request #1677 from patseev/series/3.x

129ca14ee1ddb3a02efa73ae3a4d4755021d2a3f authored almost 4 years ago
Merge pull request #1682 from vasilmkd/null-out-ref

Null out reference to last stolen fiber

4b0ad0a75792554bd7b90434814e7e71e01e68f4 authored almost 4 years ago
Null out reference to last stolen fiber

e4e7bb86cd3051325a0eafd7d6a1449cfdc663e5 authored almost 4 years ago
BracketThrow -> MonadCancelThrow

a7ddec75cc29c28ecf7af5fe6b01248fbfd1a5b7 authored almost 4 years ago
Remove custom traversal

825d2db1eca2ccd8b9016c8d834451ec7bcb91ce authored almost 4 years ago
remove unused type parameter

Co-authored-by: Georgi Krastev <[email protected]>

34cf98d01a9f0faa4f4117e4fa7160747dc3df68 authored almost 4 years ago
Merge pull request #1679 from djspiewak/build/firefox

6909a54d52e2905d981521d64c37adced0445ac0 authored almost 4 years ago
move 'timed' to Clock from GenTemporal

769545b7598d2314dde0369b8daf0cb2ecf1392a authored almost 4 years ago
Fixed Firefox build aliases

20c1be6f61d9653490fd2a3629eba91a77338d5a authored almost 4 years ago