Giter Club home page Giter Club logo

Comments (8)

rabbah avatar rabbah commented on May 30, 2024 1

@kamyker are you able to review this PR #25 which adds async support? It would be much appreciated 🙏 if you can take a look.

from openwhisk-runtime-dotnet.

rabbah avatar rabbah commented on May 30, 2024

Thanks @kamyker - are you interested in submitting a pull request for this?

from openwhisk-runtime-dotnet.

kamyker avatar kamyker commented on May 30, 2024

@rabbah Maybe, any ideas how long it would take IBM to update their image after pr gets accepted? Or maybe I'd be able to make custom docker image and use it instantly instead?

from openwhisk-runtime-dotnet.

rabbah avatar rabbah commented on May 30, 2024

You’d need to ask ibm :)

As an Apache project we’d love the contribution, which you could then build and push to dockerhub and use independent of the ibm lifecycle.

from openwhisk-runtime-dotnet.

kamyker avatar kamyker commented on May 30, 2024

Tried building and running OpenWhisk but failed as it looks like it may not even work on windows apache/openwhisk-devtools#119 I gave up. Pull itself is trivial but getting test environment seems overwhelming.

from openwhisk-runtime-dotnet.

shawnallen85 avatar shawnallen85 commented on May 30, 2024

I'm not sure the best way to go about this, but I believe I can implement it, but is it reasonable to wait until #20 is accepted?

from openwhisk-runtime-dotnet.

dgrove-oss avatar dgrove-oss commented on May 30, 2024

I think waiting on merging #20 before working on this new feature is reasonable.

from openwhisk-runtime-dotnet.

kamyker avatar kamyker commented on May 30, 2024

Btw if someone needs async before this feature is available (for ex. in IBM) it's possible to instead:
var result = await SomeAsyncFunc();
do:
var result = SomeAsyncFunc().GetAwaiter().GetResult();
Not very efficient as it will use new thread and can prob deadlock in very high usage scenarios but fine in my use case.

from openwhisk-runtime-dotnet.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.