librfn
An ad-hoc utility library
fibre_default.c
Go to the documentation of this file.
1 /*
2  * fibre_default.c
3  *
4  * Part of librfn (a general utility library from redfelineninja.org.uk)
5  *
6  * Copyright (C) 2014 Daniel Thompson <daniel@redfelineninja.org.uk>
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU Lesser General Public License as published
10  * by the Free Software Foundation; either version 3 of the License, or
11  * (at your option) any later version.
12  */
13 
14 #include "librfn/fibre.h"
15 #include "librfn/time.h"
16 
18 {
19  while (true) {
21  }
22 }
uint32_t fibre_scheduler_next(uint32_t time)
Schedule the next fibre.
Definition: fibre.c:134
void fibre_scheduler_main_loop()
Definition: fibre_default.c:17
uint32_t time_now(void)