Thread: How to implement asynchronous function in C using standard library?

  1. #1
    Registered User
    Join Date
    Sep 2018
    Posts
    53

    How to implement asynchronous function in C using standard library?

    Hi! How to solve it?

  2. #2
    Registered User rstanley's Avatar
    Join Date
    Jun 2014
    Location
    New York, NY
    Posts
    1,112
    Quote Originally Posted by Wido View Post
    Hi! How to solve it?
    We would need more information about what you are trying to do. Do you have any code yet?

  3. #3
    Registered User
    Join Date
    Sep 2018
    Posts
    53
    I want to beat C# async/await performance using C in a common case.

  4. #4
    Registered User
    Join Date
    Apr 2021
    Posts
    140
    Something like this, maybe: Coroutines in C

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 10
    Last Post: 03-19-2017, 03:18 PM
  2. Asynchronous DNS library (+ license)
    By EVOEx in forum C Programming
    Replies: 1
    Last Post: 02-17-2009, 03:03 PM
  3. The standard C Library API
    By boyfarrell in forum C Programming
    Replies: 4
    Last Post: 10-11-2008, 02:05 PM
  4. asynchronous function callback
    By George2 in forum C# Programming
    Replies: 0
    Last Post: 06-09-2008, 09:13 PM
  5. asynchronous function call
    By George2 in forum C# Programming
    Replies: 2
    Last Post: 04-30-2008, 08:03 AM

Tags for this Thread