threads
Here are 684 public repositories matching this topic...
This is not currently being tested, and as it is a template method, we don't even check it builds correctly.
-
Updated
Feb 14, 2019 - Java
-
Updated
Jan 4, 2020
Currently the documentation provides an example on for GET request. Can an example for POST request that demonstrates sending a payload and setting headers be add to the documentation?
Would it be something like this
from requests_threads import AsyncSession
session = AsyncSession(n=100)
async def _main():
url = u"https://api.github.com/repos/psf/requests/issues/482/comments"
-
Updated
May 23, 2020 - C++
-
Updated
Oct 20, 2019 - Python
-
Updated
Jun 27, 2020 - JavaScript
-
Updated
Jun 12, 2020 - Java
-
Updated
Aug 26, 2019 - C
-
Updated
Feb 4, 2019 - PHP
-
Updated
Jun 3, 2018 - C
-
Updated
Mar 4, 2018 - PHP
-
Updated
Jun 28, 2020 - JavaScript
-
Updated
Aug 27, 2018 - C++
Queue concatenation
Implement a Concatenate function for Q1Way and Q2Way. It would empty one queue by moving its elements into another queue.
-
Updated
Jan 26, 2017 - C
-
Updated
Jun 11, 2020 - Ruby
-
Updated
Feb 27, 2020 - C++
-
Updated
May 24, 2020 - Ruby
-
Updated
Jan 6, 2018 - C++
-
Updated
Jul 15, 2019 - WebAssembly
-
Updated
Feb 9, 2020 - Swift
-
Updated
Jun 26, 2020 - Pascal
-
Updated
Apr 22, 2020 - C#
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.