Coder Social home page Coder Social logo

Comments (2)

riicchhaarrd avatar riicchhaarrd commented on June 15, 2024

edit: fixed in riicchhaarrd/gsc@5bd954f

you can't call threads with assigned self yet from inside the script (self <builtin_func>() methods work and from exec_ent_thread assigns self) will be added on later aswell

fix for now is to just pass the object along with the arguments instead of self

task(o)
{
    o waittill("begin counting");
    printf("self = %\n", o);
}

main()
{
    o = spawnstruct();
    thread task(o);
    wait 1;
    o notify("begin counting");
    printf("notifying\n");
}

from cgsc.

kungfooman avatar kungfooman commented on June 15, 2024

Apparently fixed by:

riicchhaarrd/gsc@5bd954f

riicchhaarrd/gsc@712daad

Screenshot from @riicchhaarrd on Discord:

kunggsc

Thank you so much for fixing! 🥇

from cgsc.

Related Issues (5)

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.