This website requires JavaScript.
Explore
Help
Sign In
boost
/
statechart
Watch
2
Star
0
Fork
0
You've already forked statechart
mirror of
https://github.com/boostorg/statechart.git
synced
2026-01-31 08:42:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
bc8bb5fb49686e54d8ae866878719981535a3aa6
statechart
/
example
/
Handcrafted
History
Andreas Huber
4c8fe345ea
- Breaking change: Redesigned the worker<> and asynchronous_state_machine<> class templates and updated documentation accordingly. Event processors can now be added and removed while a worker is running. Moreover, the new design allows for custom workers with non-FIFO queueing schemes
...
- The StopWatch example now uses std::time() instead of std::clock() [SVN r22426]
2004-03-03 00:22:21 +00:00
..
Handcrafted.cpp
Various small changes and bug fixes
2003-05-30 15:12:19 +00:00
Handcrafted.dev
- Breaking change: Redesigned the worker<> and asynchronous_state_machine<> class templates and updated documentation accordingly. Event processors can now be added and removed while a worker is running. Moreover, the new design allows for custom workers with non-FIFO queueing schemes
2004-03-03 00:22:21 +00:00
Handcrafted.sln
Primitive handcrafted state machine for speed comparisons
2003-05-19 19:57:11 +00:00
Handcrafted.vcproj
- Breaking change: Removed rtti_policy from the interface. By default, the library now uses its own (often faster) RTTI implementation. Users can demand the use of native C++ RTTI by defining BOOST_FSM_USE_INTERNAL_RTTI. This change only affects users who customized state_machine<>, asynchronous_state_machine<> or worker<>
2003-10-12 16:23:58 +00:00