Mydin-async-or-not

De MCHobby - Wiki
Révision datée du 21 avril 2025 à 20:37 par Admin (discussion | contributions) (Page créée avec « {{MyDin-NAV}} == Introduction == MyDin can be programmed: # with standard Python code (Classes, functions) # with asynchronous code (known as AsyncIO). The libraries pr… »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Sauter à la navigation Sauter à la recherche

Introduction

MyDin can be programmed:

  1. with standard Python code (Classes, functions)
  2. with asynchronous code (known as AsyncIO).

The libraries provided with myDin allows the both approach to be used . By creating the myDin classes, your code get a direct access to all the feature

Modèle:MyDin-TRAILER