jaxonwang / crayfish

An APGAS programming framework in Rust
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Allow direct call crayfish async func in finish #41

Open jaxonwang opened 3 years ago

jaxonwang commented 3 years ago

The original design is "async!(local, fn(a,b,c))" But that requires args copy and enter runtime of Crayfish. could be slow Allow direct call requires a macro to insert the ctx