quicksilver-utils-async

Crates.ioquicksilver-utils-async
lib.rsquicksilver-utils-async
version0.3.0
sourcesrc
created_at2020-01-27 23:49:11.982815
updated_at2020-02-05 23:26:14.620023
descriptionUtilities for projects using https://github.com/ryanisaacg/quicksilver
homepage
repositoryhttps://github.com/johnpmayer/quicksilver-utils
max_upload_size
id202540
size103,848
John P Mayer, Jr (johnpmayer)

documentation

README

Quicksilver Async Utilities

Components primarily designed to be used with the Quicksilver game engine, though quicksilver is not a dependency and these could conceievably be useful in any cross-platform async project.

Mostly this implies two things about each component

  1. Runs on desktop and on the web (both cargo-web and wasm-bindgen)
  2. Async api

Current

  • Cooperative tasks with an event buffer
  • Async sleep() function
  • Async Websocket Client
  • Async HTTP Client

Planned

  • More sophistocated timers (look at async-timer)
Commit count: 61

cargo fmt