willox / auxtools

Rust library for low-level interfacing with BYOND's virtual machine. Includes a remote debugger for the BYOND DreamMaker language.
MIT License
28 stars 32 forks source link

Adds callbacks #5

Closed MCHSL closed 4 years ago

MCHSL commented 4 years ago

Adds a callback system based on /tg/. Pass /datum/callback to rust, invoke it from another thread when your async operation is done.