Xyncgas

Results 31 issues of Xyncgas

cppcoro::generator object_list (std::string* input) { ... co_yield {}; ... while(...==true) { co_yield (std::async(std::launch::async, [=]() {return HttpGetString_convertedTo_stdString(target); })) } } int main() { for (auto element : object_list(a) { //Object_list showing...

kind/enhancement
P3
need/author-input
need/maintainers-input

https://github.com/bcgit/bc-csharp/issues/339 For example, if I have a pointer instead of byte array, I would like to create a span and use it as AES KEY instead of having to create...

I tried posting something in my dotnet program : ``` class payload { public string? content; } public class Program { public static async Task Main(string[] args) { HttpClient httpClient...

kind/support

So I can use the web with c# instead of javascript

enhancement