Revision history for Future-IO
0.11 2022-01-07
[CHANGES]
* Added ->connect and ->accept for socket-based code
* Provide ->HAVE_MULTIPLE_FILEHANDLES for user code to check if a
real impl has been loaded
* Simplify the default implementation so it can reuse most of the
ImplBase class
* Wording fix in docs for ->alarm
0.10 2021-08-26
[BUGFIXES]
* Skip the unit test about filling pipes with ->syswrite on MSWin32
because the test just hangs there (RT138985)
0.09 2021-08-24
[CHANGES]
* Added ->waitpid that real event loop implementations can provide
(though built-in default implementation does not provide it)
* Extracted impl tests to shareable Test::Future::IO::Impl module
* Add links to existing CPAN implementations and test modules
0.08 2020-12-31
[CHANGES]
* Added Future::IO->alarm
[BUGFIXES]
* Avoid CPU-spin in the single-filehandle case on nonblocking
filehandles
0.07 2020-03-24
[CHANGES]
* Make the ->await method wait until the future instance is ready
* Document ->await
0.06 2019-06-26 18:11:54
[CHANGES]
* Added Future::IO::ImplBase to assist implementation authors
0.05 2019-05-07 01:00:19
[CHANGES]
* Misc small docs fixes
[BUGFIXES]
* Expect EINVAL on MSWin32 for pipe close write test, rather than
EPIPE
0.04 2019-04-27 19:08:40
[CHANGES]
* Added ->syswrite and ->syswrite_exactly
[BUGFIXES]
* Implement ->sysread_exactly test a better way that shouldn't break
on Windows due to select() on pipes
0.03 2019-04-25 22:39:55
[CHANGES]
* Add ->sysread_exactly
0.02 2019-04-10 14:01:17
[CHANGES]
* Provide and document the $IMPL package variable mechanism
[BUGFIXES]
* Skip t/10sleep+sysread.t on MSWin32 because Windows doesn't support
select() on pipes (RT129108)
0.01 2019-04-10 01:44:18
First version, released on an unsuspecting world.