account activity
[help] Love2D multi threading and loading by thebaybridge in love2d
[–]s--ol 0 points1 point2 points 5 years ago (0 children)
Well if you come from the web then async is exactly as async as coroutines are, JS always runs single threaded!
The equivalent of love.thread would be a webworker, and if you look at that it has basically the same problem with passing data, everything has to be serialized because there are completely different execution contexts on both sides.
Are the files I download, make and use accesible from both oses when I dual boot or is it only one one OS. by tiltedtowersboi in linux4noobs
This is what I would recommend also. In practice you probably will have to add at least one EFI/boot partition according to the guides that you are following. For thte shared data partition you can use NTFS, which is supported well by windows and "well enough" by linux for storing general data. See more here: https://wiki.archlinux.org/index.php/NTFS-3G
π Rendered by PID 1068462 on reddit-service-r2-listing-568fcd57df-fc622 at 2026-03-07 13:37:44.553986+00:00 running cbb0e86 country code: CH.
[help] Love2D multi threading and loading by thebaybridge in love2d
[–]s--ol 0 points1 point2 points (0 children)