• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

can't use System.Threading.Tasks

Learning Guy

New member
Joined
Dec 31, 2024
Messages
3
Reactions
0
it seeams that System.Threading.Tasks is unavailable in vam.i don't know how to use tasks in vam and why i can't use it.
 
Various things such as networking and file access are locked out from use for security reasons. Makes it harder for malicious people to make VaM plugins containing malware. Likely Threading is among those things being locked out, too.
 
a...
that System.Threading.Tasks is unavailable in vam.i don't know how to use tasks in vam and why i can't use it.
Various things such as networking and file access are locked out from use for security reasons. Makes it harder for malicious people to make VaM plugins containing malware. Likely Threading is among those things being locked out, too.
I see,Thank you . :cry: I originally intended to interact with my other plugins through the internet to make it easier to expand their functionality. But it doesn't seem feasible anymore.
 
Back
Top Bottom