Skip to content

Conversation

@MacroModel
Copy link
Collaborator

No description provided.

…isting functionality. Introduced list, queue, and stack containers, and added various utility functions across core, device, and hosted files. Updated includes and namespaces for better organization and accessibility.
…d yield functions for Win32, POSIX, and WASI, improving thread management. Updated socket handling definitions and fixed formatting inconsistencies in header files.
@trcrsired
Copy link
Member

怎么又googletest了?给我去掉

@MacroModel
Copy link
Collaborator Author

怎么又googletest了?给我去掉

pupu的测试会自动挡下来,然后就残留了

@trcrsired
Copy link
Member

trcrsired commented Dec 23, 2025

这个线程api缺乏选择性。如果用户mingw-w64同时用posix, win32和mcf线程就不好搞了吧

可以考虑将命名空间改成native_this_thread
同时还提供
mcf_this_thread
nt_this_thread
win32_this_thread
posix_this_thread

这种。

fast_io这些平台api都要有可选性的,之后用个默认的
namespace native_this_thread = nt_this_thread;
比如说

@trcrsired trcrsired merged commit 7ec8481 into cppfastio:next Dec 23, 2025
2 checks passed
@MacroModel
Copy link
Collaborator Author

这个你自己处理了

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