added basic implementation of Mutex and Thread. made heap thread safe
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 17 Oct 2021 20:59:24 +0000 (15:59 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 17 Oct 2021 20:59:24 +0000 (15:59 -0500)
commite236d43e0348fd3bd31aba321bf032052164dcdc
tree5a4f7c5dfde0cc5e8e7fc164e0cfb81184e6293a
parent928d819a1f0160a2eff397b80f3f5c39ea4d5987
added basic implementation of Mutex and Thread. made heap thread safe
bin/onyx-js
core/alloc/heap.onyx
core/runtime/common.onyx
core/runtime/js.onyx
core/std.onyx
core/sync/mutex.onyx [new file with mode: 0644]
core/threads/thread.onyx [new file with mode: 0644]