File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,10 @@ The following classes are used for profiling:
3030* ` LogBinTableRenderer ` prints the histogram as a table
3131* ` LogBinJsonRenderer ` prints the histogram as a JSON object
3232
33- The following is an experimental feature:
33+ The following is an experimental feature whose API and functionality may change
34+ considerably in the future:
3435
35- * ` Channel ` class allows coroutines to send messages to each other. This is
36- an experimental feature whose API and feature may change considerably
37- in the future.
36+ * ` Channel ` class allows coroutines to send messages to each other
3837
3938The library provides a number of macros to help create coroutines and manage
4039their life cycle:
@@ -89,7 +88,8 @@ others (in my opinion of course):
8988 * ~ 0.3 microseconds on a 240 MHz ESP32
9089 * ~ 0.4 microseconds on 96 MHz Teensy 3.2 (depending on compiler
9190 settings)
92- * uses the [ computed goto] ( https://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html )
91+ * uses the
92+ [ computed goto] ( https://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html )
9393 feature of the GCC compiler (also supported by Clang) to avoid the
9494 [ Duff's Device] ( https://en.wikipedia.org/wiki/Duff%27s_device ) hack
9595 * allows ` switch ` statements in the coroutines
You can’t perform that action at this time.
0 commit comments