Deprecated PollSubscribes and PollEvents in favour of PollSubscribe and PollEvent and made them const enums.

This commit is contained in:
Christoffer Lerno
2025-08-19 12:20:09 +02:00
parent 18b4ce4e7d
commit 28ffb864a3
3 changed files with 44 additions and 19 deletions

View File

@@ -1,3 +1,4 @@
// #target: macos-aarch64
module test;
import std;
fn int main()