about summary refs log tree commit diff stats
path: root/src/js/timeout.nim
Commit message (Collapse)AuthorAgeFilesLines
* io: derive DynStream from RootObj (not Stream)bptato2024-03-241-8/+8
| | | | | | | | This way they are no longer compatible, but we no longer need them to be compatible anyway. (This also forces us to throw out the old serialize module, and use packet writers everywhere.)
* Use std/* imports everywherebptato2024-01-071-3/+3
|
* client, timeout: simplifybptato2023-09-241-9/+9
| | | | | We don't use the generic feature of selectors, so just unify the client & buffer timeout types.
* Add setTimeout, setInterval to windowbptato2023-06-011-0/+104