thread-pool
Here are 301 public repositories matching this topic...
in elif ACL_WINDOWS
lib_acl/src/net/acl_vstream_net.c
line 117
@@ -114,7 +114,7 @@ ACL_VSTREAM *acl_vstream_accept_ex(ACL_VSTREAM *sstream,
connfd = acl_accept(servfd, buf, sizeof(buf), NULL);
} else if (sstream->iocp_sock == ACL_SOCKET_INVALID) {
return NULL;
- else {
+ } else {
int ret;
co
-
Updated
Mar 3, 2020 - C++
IE11 support?
Hi there,
This looks like a fantastic library. However I really need to support IE11 and I cannot find a browser support matrix in your docs... Am I missing it?
Thanks!
Kind regards,
Jack
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
-
Updated
Jul 7, 2019 - Java
Maybe something that searches for all *.jpeg in a directory, starts a thread pool, and in each thread, converts them to .png
-
Updated
Feb 24, 2020 - C++
-
Updated
Jun 21, 2017 - C++
This project does not have any transitive dependencies. However it sounds like we should still define a module name and specify the java classpath dependencies for this project, and other threadly projects.
Some relevant docs:
https://guides.gradle.org/building-java-9-modules/
http://blog.joda.org/2017/05/java-se-9-jpms-automatic-modules.html
https://www.infoq.com/articles/Latest-Project-Ji
-
Updated
Jul 7, 2018 - Java
-
Updated
Mar 28, 2018 - Java
When num_tiles > range.size(), tile_evenly() should first clamp(num_tiles, range.size()).
Otherwise, we may end up with a tiling that isn't a tiling, or somehow doesn't make sense otherwise.
-
Updated
Jul 29, 2019 - C++
-
Updated
Jun 3, 2018 - C
-
Updated
Nov 27, 2018 - Python
-
Updated
Aug 12, 2019 - C++
-
Updated
Nov 16, 2019 - JavaScript
-
Updated
Feb 15, 2020 - Java
-
Updated
May 21, 2019 - Java
We have Bitmap image saving function void Save( const std::string & path, const penguinV::Image & image, uint32_t startX, uint32_t startY, uint32_t width, uint32_t height ) which locates in src/file/bmp_image.h and src/file/bmp_image.cpp files.
During file saving we purposely copy a line of image to temporary array and then write the array into file. The reason behind this is that
-
Updated
May 29, 2018 - C++
Improve this page
Add a description, image, and links to the thread-pool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the thread-pool topic, visit your repo's landing page and select "manage topics."
developer guide: development note for Middleware Engineering