veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

295
active users

#asynchronous

1 post1 participant0 posts today
SensioLabs<p>📰 <a href="https://mastodon.social/tags/FridayTechReads" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FridayTechReads</span></a></p><p>New article by Thibaut Chieux on our <a href="https://mastodon.social/tags/blog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blog</span></a> 🙌</p><p>Going asynchronous sounds like a dream... but pretty quickly, reality hits 👊</p><p>📨 Dive into how to prioritize messages using <a href="https://mastodon.social/tags/Symfony" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Symfony</span></a> Messenger, without rewriting your app from scratch</p><p>🔗 <a href="https://bit.ly/4mfDMaN" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">bit.ly/4mfDMaN</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> <a href="https://mastodon.social/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://mastodon.social/tags/asynchronous" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>asynchronous</span></a> <a href="https://mastodon.social/tags/application" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>application</span></a></p>
GripNews<p>🌘 C++ Coroutine 進階:將 std::future 轉換為 asio::awaitable<br>➤ 提升 C++ 非同步程式設計效率的關鍵技巧<br>✤ <a href="https://www.ddhigh.com/en/2025/07/15/cpp-coroutine-future-to-awaitable/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">ddhigh.com/en/2025/07/15/cpp-c</span><span class="invisible">oroutine-future-to-awaitable/</span></a><br>本文詳細介紹了一種高效、線程安全的將傳統 `std::future&lt;T&gt;` 轉換為 `asio::awaitable&lt;T&gt;` 的方法,尤其適用於使用 Boost.Asio 或獨立 Asio 的現代 C++ 非同步程式設計。此方法基於 `asio::async_initiate`,利用線程池避免阻塞 I/O 線程,並提供了完善的異常處理機制,確保程式碼的效能與穩定性。<br>+ 終於找到一種解決 `std::future` 和 `asio` 整合問題的有效方法了,之前的輪詢方式實在太慢了!<br>+ 這篇文章寫得非常清楚,範例程式碼也很實用,讓我對 C++ Coroutine 的應用有了更深入的理解。<br><a href="https://mastodon.social/tags/C" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>C</span></a>++ <a href="https://mastodon.social/tags/Coroutine" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Coroutine</span></a> <a href="https://mastodon.social/tags/Asynchronous" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Asynchronous</span></a> Programming <a href="https://mastodon.social/tags/Asio" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Asio</span></a></p>
MarfisaNSFW
Replied in thread

I'm learning just a tad-bit about #AMD ( #asynchronous #module #dependencies ) and #RequireJS. I've always been too retarded to do anything with #Webpack, because it needs to be running server-side as well as clientside in the browser (I think). Dependencies bundled together in real time, at the server side, plus whatever minifier and obfuscation they decide to add.

With RequireJS, it just needs to find static JS files in the URL folder structure it expects. So you can use really any webserver.