-
@tkf we discussed just a little about the differences between ResourceContexts vs ContextManagers in https://github.com/c42f/ResourceContexts.jl/pull/8
If you're interested I'd like to discuss the …
-
Hello, not sure if this project is still active, but thought I'd check to see how feasible it would be to get an example of running Elixir code in firefly. Even just a hello world kind of a thing. I'm…
-
Concurrency support is an essential feature in modern programming languages. However, there are various styles available: native threads (such as Ruby's `Thread`), stackless coroutines (using `async/a…
yhara updated
3 months ago
-
What are your thoughts on a version of this syntax where `await!` is inferred?
Example:
```rust
#[async]
fn fetch_rust_lang(client: hyper::Client) -> io::Result {
let response = await!(clie…
-
beast use a lot of L value ref as parameter, sometimes this makes it really painful to design my class
for example:
`http:async_write` takes either a `message&` or `serializer&`, which means som…
-
Based on feedback from the discussion at the CG meeting, @fgmccabe and I would like to propose adding stack-walking primitives to WebAssembly based on the primer in WebAssembly/exception-handling#105.…
-
There's multiple different OSM-based routing modules in MOTIS:
- `osrm` (with foot, bike and car profile)
- `ppr`
- `parking` (does that actually route itself or delegate to `osrm-foot`/`ppr`?)
- …
-
hello,
as these 2 Arduino multithreading libs
https://github.com/arduino-libraries/Scheduler (Zero, M0, Due)
https://github.com/mikaelpatel/Arduino-Scheduler (professed: AVR+ARM core)
do not work…
-
Moving discussion from [transitous](https://github.com/public-transport/transitous/issues/11) to here, since it's more a MOTIS issue, not a transitous issue:
---
Regarding the integration of new…
-
I decided to take a bit to sketch out an [alternative strawman](https://gist.github.com/isiahmeadows/b9feb99051fdc271e84aeb0d691889da), to see what I could do. Key takeaways:
- Coming up with a con…