An open API service indexing awesome lists of open source software.

https://github.com/c-cube/lwt_scheduler

Utils to schedule tasks in the future, using Lwt
https://github.com/c-cube/lwt_scheduler

Last synced: 4 months ago
JSON representation

Utils to schedule tasks in the future, using Lwt

Awesome Lists containing this project

README

        

Lwt_scheduler
=============

Utils to schedule tasks in the future, using Lwt.

The library provides a main module, `Lwt_scheduler.Scheduler`, with some
functions to run `lwt` tasks at some point in the future.

## Build

Be sure to install `lwt` first, for instance with opam:

$ opam install lwt

Then, type the following command in a terminal:

$ make

## License

This code is free, under the BSD license.