Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

32-bit platform error #41

Closed
giacomocariello opened this issue Mar 21, 2021 · 0 comments · Fixed by #51
Closed

32-bit platform error #41

giacomocariello opened this issue Mar 21, 2021 · 0 comments · Fixed by #51

Comments

@giacomocariello
Copy link

I tried to compile xactor on a 32-bit platform, but unluckily it fails because it uses std::sync::atomic::AtomicU64, which is not available. I suppose that actor_ids should either be replaced with usize/AtomicUsize type or consider Mutex'ing for 32-bit platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant