1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
// // impl/thread_pool.hpp // ~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2025 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef BOOST_ASIO_IMPL_THREAD_POOL_HPP #define BOOST_ASIO_IMPL_THREAD_POOL_HPP #if defined(_MSC_VER) && (_MSC_VER >= 1200) # pragma once #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) #include #include #include #include #include #include #include #include namespace boost { namespace asio { #if !defined(BOOST_ASIO_NO_TS_EXECUTORS) template thread_pool::thread_pool(allocator_arg_t, const Allocator& a) : execution_context(std::allocator_arg, a), scheduler_(boost::asio::make_service(*this, false)), threads_(allocator(*this)), num_threads_(default_thread_pool_size()), joinable_(true) { start(); } #endif // !defined(BOOST_ASIO_NO_TS_EXECUTORS) template thread_pool::thread_pool(allocator_arg_t, const Allocator& a, std::size_t num_threads) : execution_context(std::allocator_arg, a, config_from_concurrency_hint(num_threads == 1 ? 1 : 0)), scheduler_(boost::asio::make_service(*this, false)), threads_(allocator(*this)), num_threads_(clamp_thread_pool_size(num_threads)), joinable_(true) { start(); } template thread_pool::thread_pool(allocator_arg_t, const Allocator& a, std::size_t num_threads, const execution_context::service_maker& initial_services) : execution_context(std::allocator_arg, a, initial_services), scheduler_(boost::asio::make_service(*this, false)), threads_(allocator(*this)), num_threads_(clamp_thread_pool_size(num_threads)), joinable_(true) { start(); } inline thread_pool::executor_type thread_pool::get_executor() noexcept { return executor_type(*this); } inline thread_pool::executor_type thread_pool::executor() noexcept { return executor_type(*this); } template thread_pool::basic_executor_type& thread_pool::basic_executor_type::operator=( const basic_executor_type& other) noexcept { if (this != &other) { thread_pool* old_thread_pool = pool_; pool_ = other.pool_; allocator_ = other.allocator_; bits_ = other.bits_; if (Bits & outstanding_work_tracked) { if (pool_) pool_->scheduler_.work_started(); if (old_thread_pool) old_thread_pool->scheduler_.work_finished(); } } return *this; } template thread_pool::basic_executor_type& thread_pool::basic_executor_type::operator=( basic_executor_type&& other) noexcept { if (this != &other) { thread_pool* old_thread_pool = pool_; pool_ = other.pool_; allocator_ = std::move(other.allocator_); bits_ = other.bits_; if (Bits & outstanding_work_tracked) { other.pool_ = 0; if (old_thread_pool) old_thread_pool->scheduler_.work_finished(); } } return *this; } template inline bool thread_pool::basic_executor_type::running_in_this_thread() const noexcept { return pool_->scheduler_.can_dispatch(); } template template void thread_pool::basic_executor_type::do_execute(Function&& f, false_type) const { typedef decay_t function_type; // Invoke immediately if the blocking.possibly property is enabled and we are // already inside the thread pool. if ((bits_ & blocking_never) == 0 && pool_->scheduler_.can_dispatch()) { // Make a local, non-const copy of the function. function_type tmp(static_cast(f)); #if !defined(BOOST_ASIO_NO_EXCEPTIONS) try { #endif // !defined(BOOST_ASIO_NO_EXCEPTIONS) detail::fenced_block b(detail::fenced_block::full); static_cast(tmp)(); return; #if !defined(BOOST_ASIO_NO_EXCEPTIONS) } catch (...) { std::terminate(); return; } #endif // !defined(BOOST_ASIO_NO_EXCEPTIONS) } // Allocate and construct an operation to wrap the function. typedef detail::executor_op op; typename op::ptr p = { detail::addressof(allocator_), op::ptr::allocate(allocator_), 0 }; p.p = new (p.v) op(static_cast(f), allocator_); if ((bits_ & relationship_continuation) != 0) { BOOST_ASIO_HANDLER_CREATION((*pool_, *p.p, "thread_pool", pool_, 0, "execute(blk=never,rel=cont)")); } else { BOOST_ASIO_HANDLER_CREATION((*pool_, *p.p, "thread_pool", pool_, 0, "execute(blk=never,rel=fork)")); } pool_->scheduler_.post_immediate_completion(p.p, (bits_ & relationship_continuation) != 0); p.v = p.p = 0; } template template void thread_pool::basic_executor_type::do_execute(Function&& f, true_type) const { // Obtain a non-const instance of the function. detail::non_const_lvalue f2(f); // Invoke immediately if we are already inside the thread pool. if (pool_->scheduler_.can_dispatch()) { #if !defined(BOOST_ASIO_NO_EXCEPTIONS) try { #endif // !defined(BOOST_ASIO_NO_EXCEPTIONS) detail::fenced_block b(detail::fenced_block::full); static_cast&&>(f2.value)(); return; #if !defined(BOOST_ASIO_NO_EXCEPTIONS) } catch (...) { std::terminate(); } #endif // !defined(BOOST_ASIO_NO_EXCEPTIONS) } // Construct an operation to wrap the function. typedef decay_t function_type; detail::blocking_executor_op op(f2.value); BOOST_ASIO_HANDLER_CREATION((*pool_, op, "thread_pool", pool_, 0, "execute(blk=always)")); pool_->scheduler_.post_immediate_completion(&op, false); op.wait(); } #if !defined(BOOST_ASIO_NO_TS_EXECUTORS) template inline thread_pool& thread_pool::basic_executor_type< Allocator, Bits>::context() const noexcept { return *pool_; } template inline void thread_pool::basic_executor_type::on_work_started() const noexcept { pool_->scheduler_.work_started(); } template inline void thread_pool::basic_executor_type::on_work_finished() const noexcept { pool_->scheduler_.work_finished(); } template template void thread_pool::basic_executor_type::dispatch( Function&& f, const OtherAllocator& a) const { typedef decay_t function_type; // Invoke immediately if we are already inside the thread pool. if (pool_->scheduler_.can_dispatch()) { // Make a local, non-const copy of the function. function_type tmp(static_cast(f)); detail::fenced_block b(detail::fenced_block::full); static_cast(tmp)(); return; } // Allocate and construct an operation to wrap the function. typedef detail::executor_op op; typename op::ptr p = { detail::addressof(a), op::ptr::allocate(a), 0 }; p.p = new (p.v) op(static_cast(f), a); BOOST_ASIO_HANDLER_CREATION((*pool_, *p.p, "thread_pool", pool_, 0, "dispatch")); pool_->scheduler_.post_immediate_completion(p.p, false); p.v = p.p = 0; } template template void thread_pool::basic_executor_type::post( Function&& f, const OtherAllocator& a) const { typedef decay_t function_type; // Allocate and construct an operation to wrap the function. typedef detail::executor_op op; typename op::ptr p = { detail::addressof(a), op::ptr::allocate(a), 0 }; p.p = new (p.v) op(static_cast(f), a); BOOST_ASIO_HANDLER_CREATION((*pool_, *p.p, "thread_pool", pool_, 0, "post")); pool_->scheduler_.post_immediate_completion(p.p, false); p.v = p.p = 0; } template template void thread_pool::basic_executor_type::defer( Function&& f, const OtherAllocator& a) const { typedef decay_t function_type; // Allocate and construct an operation to wrap the function. typedef detail::executor_op op; typename op::ptr p = { detail::addressof(a), op::ptr::allocate(a), 0 }; p.p = new (p.v) op(static_cast(f), a); BOOST_ASIO_HANDLER_CREATION((*pool_, *p.p, "thread_pool", pool_, 0, "defer")); pool_->scheduler_.post_immediate_completion(p.p, true); p.v = p.p = 0; } #endif // !defined(BOOST_ASIO_NO_TS_EXECUTORS) } // namespace asio } // namespace boost #include #endif // BOOST_ASIO_IMPL_THREAD_POOL_HPP