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
- Host: GitHub
- URL: https://github.com/c-cube/lwt_scheduler
- Owner: c-cube
- License: bsd-2-clause
- Created: 2013-11-01T21:50:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T22:21:08.000Z (over 11 years ago)
- Last Synced: 2025-03-07T01:45:08.409Z (4 months ago)
- Language: OCaml
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.