├── LICENSE ├── README.md ├── composer.json └── src ├── Deferred.php ├── Immediate.php ├── Interfaces └── Deferred.php └── functions.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanmai/later/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanmai/later/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanmai/later/HEAD/composer.json -------------------------------------------------------------------------------- /src/Deferred.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanmai/later/HEAD/src/Deferred.php -------------------------------------------------------------------------------- /src/Immediate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanmai/later/HEAD/src/Immediate.php -------------------------------------------------------------------------------- /src/Interfaces/Deferred.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanmai/later/HEAD/src/Interfaces/Deferred.php -------------------------------------------------------------------------------- /src/functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sanmai/later/HEAD/src/functions.php --------------------------------------------------------------------------------