microsoft / arcana.cpp

Arcana.cpp is a collection of helpers and utility code for low overhead, cross platform C++ implementation of task-based asynchrony.
MIT License
78 stars 24 forks source link

Add threadpool_scheduler support for Android/Apple/Unix #8

Open bghgary opened 4 years ago

bghgary commented 4 years ago

There is a stop gap solution for other platforms that doesn't actually use a threadpool for the threadpool_scheduler. This should be implemented for Android/Apple using platform specific APIs.

unicomp21 commented 2 years ago

@bghgary does arcana work on Linux?

bghgary commented 2 years ago

Yes, are you seeing an issue?

unicomp21 commented 2 years ago

No, I just wan't sure, thanks!