Commit graph

19 commits

Author SHA1 Message Date
Joachim Bauch
182a0b78e2
Simplify API for waiter releasing. 2026-03-10 10:04:18 +01:00
Joachim Bauch
2bf6d00a13
Remove deprecated ChannelWaiter. 2026-03-10 09:57:53 +01:00
Joachim Bauch
9c10675867
Simplify notifier code and remove unused. 2026-03-10 09:57:51 +01:00
Joachim Bauch
10c1d25f20
Update generated files. 2026-03-09 09:58:57 +01:00
Joachim Bauch
d3d1644848
Bump module version to "v2" so versions 2.x can be imported by others. 2026-03-04 20:41:06 +01:00
Joachim Bauch
a5f70b6e47
Switch to safer waitgroup.Go where possible. 2026-02-12 09:39:17 +01:00
Joachim Bauch
bd8c758847
Remove Golang 1.24 compatibility for synctest.Test. 2026-02-12 09:03:14 +01:00
Joachim Bauch
95c66f9d82
Revert "Temporarily run some tests only on Go 1.25 or newer."
This reverts commit 9b062a994a.
2026-02-12 09:03:13 +01:00
Joachim Bauch
9b062a994a
Temporarily run some tests only on Go 1.25 or newer.
Prevents error "synctest.Wait requires go1.25 or later (file is go1.24)".
2026-02-12 08:43:55 +01:00
Joachim Bauch
4eb2576e42
Rename package of async events test helpers. 2026-01-13 09:05:39 +01:00
Joachim Bauch
ee6f026bbb
Move log test helpers to separate package. 2026-01-13 08:50:40 +01:00
Joachim Bauch
3c6d3c0b7a
Move NATS testing code to separate module. 2026-01-13 08:49:28 +01:00
Joachim Bauch
75f6579efa
Update generated files. 2026-01-12 13:16:37 +01:00
Joachim Bauch
ecc25c402f
Move async events code to "async/events" package. 2026-01-12 13:16:36 +01:00
Joachim Bauch
1c3a03e972
Move throttler code to async package. 2026-01-08 10:24:04 +01:00
Joachim Bauch
af4a7e7ab9
Move notifier code to async package. 2026-01-08 10:24:02 +01:00
Joachim Bauch
674b09d38d
Move channel waiter code to async package. 2026-01-08 10:24:01 +01:00
Joachim Bauch
ff4e736cf7
Move deferred executor code to async package. 2026-01-08 10:24:00 +01:00
Joachim Bauch
0006f74c2d
Move backoff code to async package. 2026-01-08 10:23:59 +01:00