How would i make this lib portable? (single/multi core boards) #15974
GM-Script-Writer-62850
started this conversation in
General
Replies: 1 comment
-
That looks OK. Note that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made a lib multicore safe, but I assume
_thread
is not present on single core boards so importing it would cause a errorfrom
_thread
i am usingallocate_lock
and usingacquire
/release
on the lockis this what i should do? so it will also run a single core board?
Beta Was this translation helpful? Give feedback.
All reactions