aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/ffi.test.fixture.receiver.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-08Stack allocate arguments to make it actually threadsafeGravatar Jarred Sumner 1-2/+0
2022-11-02[bun:ffi] Implement `JSCallback` so C can call into JSGravatar Jarred Sumner 1-13/+20
2022-09-221 event loop per thread. Instead of 3.Gravatar Jarred Sumner 1-12/+23
uWebSockets and uSockets will need to be upgraded to match the changes. Previously: - Bun had a separate kqueue/eventfd just for async wakeups. - Bun had a separate kqueue/epoll just for reading files non-blocking in the same thread This commit unifies it into one event loop per thread
2022-08-28More reliable macOS event loop (#1166)Gravatar Jarred Sumner 1-4/+4
* More reliable macOS event loop * Reduce CPU usage of idling * Add another implementation * Add benchmark Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-08-28support pass null as NULL ptr (#1160)Gravatar Zilin Zhu 1-0/+6
2022-08-10Commit snapshotGravatar Jarred Sumner 1-3/+7
2022-07-31Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. (#944)Gravatar Oran Simhony 1-1/+1
* Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. * Fix: changed urls from types.d.ts to base bun-types repo.
2022-07-10Update GitHub URL to match new repo URL (#547)Gravatar Aurora Luna Takemi 1-1/+1
* Update repo URLs * GitHub URL update * Revert accidental URL changes
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 1-0/+268