Skip to content

release: EventLoopService#31

Merged
tgiachi merged 3 commits into
mainfrom
develop
Jul 2, 2026
Merged

release: EventLoopService#31
tgiachi merged 3 commits into
mainfrom
develop

Conversation

@tgiachi

@tgiachi tgiachi commented Jul 2, 2026

Copy link
Copy Markdown
Owner

Release

Promotes develop to main to trigger semantic-release + NuGet publish.

Included

  • feat(loop): general-purpose EventLoopService — dedicated background thread draining the IMainThreadDispatcher and advancing the timer wheel, with idle-sleep, IMetricProvider metrics (prefix eventloop) and slow-tick warnings. Opt-in via RegisterEventLoop(), mutually exclusive with TimerWheelPumpService via the ITimerWheelDriver marker.

Full suite green (999 tests), build 0 errors / 0 new warnings.

var dispatcher = new MainThreadDispatcherService();
var timer = new FakeTimerService();
using var loop = new EventLoopService(dispatcher, timer, new EventLoopConfig());
var signal = new ManualResetEventSlim(false);
@tgiachi
tgiachi merged commit 4648c3f into main Jul 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants