0
votes

When I use pthread_create function create a thread in the c code, it fails.

But, the pthread.h in the avm2-lib directory is declared pthread_* functions.

I want to know whether the 'Alchemy' support thread.

1

1 Answers

1
votes

Alchemy transforms C code into ActionScript one. So, its capabilities are limited, no system access, no threads. Basically, its for arithmetics only.