threads
Here are 800 public repositories matching this topic...
-
Updated
Nov 20, 2020 - C++
-
Updated
Feb 14, 2019 - Java
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Oct 13, 2020 - C++
-
Updated
Sep 5, 2020 - C
-
Updated
Nov 18, 2020 - JavaScript
-
Updated
Dec 7, 2020 - Kotlin
-
Updated
Oct 20, 2019 - Python
-
Updated
Nov 21, 2020 - Java
-
Updated
Aug 26, 2019 - C
-
Updated
Feb 4, 2019 - PHP
-
Updated
Jun 3, 2018 - C
-
Updated
Mar 4, 2018 - PHP
-
Updated
Dec 3, 2020 - JavaScript
Message inspection
Implement Message.InspectMsg and suitable overrides. This function should be invoked when a message is sent, but only when a debug flag is enabled in a lab load. Its purpose is to verify that the message
- belongs to a valid protocol
- matches its PSM's protocol (if sent by a PSM)
- has a valid signal for its protocol
- contains all parameters that are mandatory for its signal
- contains
-
Updated
Aug 27, 2018 - C++
-
Updated
Jan 26, 2017 - C
-
Updated
Sep 19, 2020 - Ruby
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Feb 27, 2020 - C++
-
Updated
Oct 30, 2020 - Ruby
-
Updated
Jul 15, 2019 - WebAssembly
-
Updated
Nov 16, 2020 - Swift
-
Updated
Dec 2, 2020 - Swift
Improve this page
Add a description, image, and links to the threads topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the threads topic, visit your repo's landing page and select "manage topics."
Hi, I'm not sure if more platforms are interesting to you, but I've made a slightly more complete implementation of padding a struct to the cache line size here:
https://github.com/tinco/cache_line_size
I got the information on the cache line sizes from the Go compiler repository, so I'm pretty sure these are correct for all platforms Go runs on, which is a whole bunch.