Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9018667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T04:35:14+00:00 2026-06-16T04:35:14+00:00

Using Visual C++ 32-bit, I have a function that looks like this: void CastTestSpell(byte

  • 0

Using Visual C++ 32-bit, I have a function that looks like this:

void CastTestSpell(byte *packet, int length)
{
    ServerSend(packet, length);
}

I want to send the function call ServerSend(packet, length); in a new thread to break away from the current thread it’s on so that it won’t block it.

How can I do it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T04:35:15+00:00Added an answer on June 16, 2026 at 4:35 am

    Assuming you manage the buffer objects somehow, you can just do

    std::thread(&CastTestSpell, packet, length).detach();
    

    (although I generally advise against the use of detach(): you probably want to get hold of the std::thread object and join() it at a strategic point).

    The above code is using current standard C++ (C++ 2011). If it doesn’t compile your C++ system is based on an outdated standard: Multi-threading support, including std::thread was added since the previous standard.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a small bit of code I made on Microsoft Visual studio that
Here is a bit of code that I'm currently using: int Engine::getEntityCount(const int objectType)
I have quite a bit of code that I find myself using over and
I have a simple C++ with Boost like this: #include <boost/algorithm/string.hpp> int main() {
We have a native C++ Win32 .exe built using Visual Studio 2005 that works
I'm running Windows 7 Ultimate (64 bit) using Visual Studio 2010 RC. I recently
Using Visual C# Express On a 64 bit system (OS and machine): I am
I am trying to compile, build and debug 16-bit assembly programs using Visual Studio
I am just trying to compile a bit bigger project using the Visual Studio
Using Visual Studio 2005, I wrote a simple DLL in C that uses the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.