Re: [boost] [Boost-users] Networking TS + Beast, NEW Tutorials, Read this to learn std::net !!!
 
            
            
            
            
                15 Mar
                
                    2019
                
            
            
                15 Mar
                
                '19
                
            
            
            
        
    
                3:46 p.m.
            
        On Fri, Mar 15, 2019 at 7:38 AM Stian Zeljko Vrba <vrba@quine.no> wrote:
I have an idea of how to accomplish the same in C++, and it's not pleasant -- worker thread, promise/future, blocking queue and CancelSynchronousIO. Cannot even use std::async because CancelSynchronousIO needs a target thread ID.
Yes, yes! I see now...your ideas on how to implement it in C++ convince me more than anything that the documentation is the problem. There's no need for any of that stuff, the code you provided could be implemented in C++ using asio without too much fuss, and there are actually several ways to do it all of which are succinct and will work wonderfully.
        2422
        
      
          Age (days ago)
        
      
        2422
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                 Vinnie Falco Vinnie Falco