thread-pool
Here are 330 public repositories matching this topic...
-
Updated
Nov 4, 2020 - Kotlin
-
Updated
Mar 3, 2020 - C++
-
Updated
Nov 9, 2020 - C
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Oct 26, 2020 - C++
-
Updated
Feb 14, 2019 - Java
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Jul 7, 2019 - Java
-
Updated
Oct 13, 2020 - C++
-
Updated
Aug 20, 2020 - Rust
-
Updated
Jun 21, 2017 - C++
-
Updated
Nov 7, 2020 - Java
-
Updated
Mar 28, 2018 - Java
-
Updated
Jul 7, 2018 - Java
-
Updated
May 26, 2020 - C++
-
Updated
Jul 29, 2019 - C++
-
Updated
May 21, 2019 - Java
-
Updated
Nov 27, 2018 - Python
-
Updated
Nov 16, 2019 - JavaScript
-
Updated
Jun 3, 2018 - C
-
Updated
Aug 12, 2019 - C++
-
Updated
Feb 15, 2020 - Java
-
Updated
Nov 10, 2020 - C++
-
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."
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