Philipp Korber
                                            Philipp Korber
                                        
                                    thanks :+1: ------- Original Message ------- On Monday, May 23rd, 2022 at 8:50 PM, Lucio Franco ***@***.***> wrote: > No one is currently working on this at the moment. >...
What is the current state of this? Expect @hugoduncan, @Eric-Guo and @AlexTalker every agreed. (Through by now there should be more people, which have to agree). So I wonder if:...
# A way to handle multiplexing futures A simple way to handle multiplexing futures would be to have a way to `snapshot` and `restore` the budget. When you enter the...
sorry for writing to many words :disappointed:
Given that `join` always joins all, and the fact that "checked pools" only appear in leaf position we might not need to fix join. Through I'm not completely sure.
I made a small mistake: I said it doesn't starve leaf futures, which is true but not as good as I though as it will still prevent the leaf-future from...
oh I forgot the short forms | name | snipped | description | tutorial | |---|---|---|---| | auto_parameters | `` | in an action it turns into a list of...
oh and there is also that | name | snipped | description | tutorial | |---|---|---|---| | use_lalr | `#[LALR]` | use LALR(1) instead of LR(1) | link |
As a side not, I don't know which of the current sold Cortex-M based processors have that problem, neither do I know it there are any. So this is a...
I have another wasm related use case our code runs some (in wasm) tests expressly slow if no optimizations are enabled. In some of the more extreme cases setting `opt-level=2`...