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 1071787
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T20:45:39+00:00 2026-05-16T20:45:39+00:00

What is the easiest, most effective way in C on Linux to asynchronously call

  • 0

What is the easiest, most effective way in C on Linux to asynchronously call a function after a certain delay (like JavaScript’s setTimeout) or set a repetitive timer call it periodically (similar to setInterval)?

Though this question applies to Linux, I hope there is a method that is cross-platform.

  • 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-05-16T20:45:41+00:00Added an answer on May 16, 2026 at 8:45 pm

    The simplest Linux specific solution is to use the alarm function:

    void alarm_handler (int signum)
    {
        printf ("Five seconds passed!\n");
    }
    
    signal (SIGALRM, alarm_handler);
    alarm (5);
    

    getitimer and setitimer functions can be used to create timers with higher-precisions. (more…).

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

Sidebar

Related Questions

What is the easiest and most SQL-like way to insert textbox values into a
What is the best, most effective and yet easiest way of making image captcha
Which is the easiest and most unobstrusive way to keep an ASP.NET session alive
What is the easiest or most elegant way to convert a RFC 1123 date
What is the best/easiest way to build a minimal task queue system for Linux
What's the simplest and most effective way to selectively redirect HTTP requests to your
What is the most easiest way to find the zooming factor when I zoom
What would be the easiest/shortest/ most-Pythonic way to get the weighted average of a
How to store 2 integers between all users in most easiest way, should I
What is the easiest and most efficient way to remove spaces from a string

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.